Zen Cart Logo
Forums / Addon Templates / Cherry Zen Template Support Thread

Cherry Zen Template Support Thread

Views: 844,753

Results 1,641 to 1,660 of 3,245
6 Jul 2008, 3:40 PM
#1641
toshpotties avatar

toshpotties

New Zenner

Join Date:
Jul 2008
Posts:
5
Plugin Contributions:
0

Cherry Zen Template Support Thread

Could anyone please help...
upon installing the Cherry Zen template tpl_search_header.php was not in my options in the Layout Boxes Controller section, if I ftp the file into a subfolder called cherry_zen in the modules/sideboxes directory the option shows but will still not display a search box in the header (top-left) as everyone else seems to have no problem with at all...

Any ideas at all would be greatly appreciated - thanks

6 Jul 2008, 5:41 PM
#1642
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

Make sure you if you are using the over ride system you go through and rename the Cherry Zen folders to your custom name template. Then
Go to "Admin/Tools" then "Layout Boxes Controller" and turn on the Be sure to turn on the tpl_search_header.php, by setting the "single column status" to on. This will put the search box on the top left of the site.

6 Jul 2008, 8:05 PM
#1643
kersielam avatar

kersielam

New Zenner

Join Date:
Jun 2008
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi there
I am using Cherry Zen Template, but the product listing page does not show up if there is only one product in the sub-category. Really dunno where went wrong. Please help!!
Here is the product listing page http://www.omegagolfshop.com//index.php?main_page=index&cPath=84_88

Many thanks.

6 Jul 2008, 8:18 PM
#1644
kersielam avatar

kersielam

New Zenner

Join Date:
Jun 2008
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I found another two problems.

  1. A blank page comes up once I click "Add to cart" button for any product. I have to click go back and shopping cart to view the content.

  2. Also a black page comes up when I tried to changes and updates the quantity of product in shopping cart.

How can I fix the problems??

7 Jul 2008, 2:59 AM
#1645
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

hi jettrue,

how would you move the add to cart button up so it displays right under the item info and/or attributes?

no ideas on the header issue?

thanks.

7 Jul 2008, 1:17 PM
#1646
suekay avatar

suekay

New Zenner

Join Date:
Jul 2008
Posts:
90
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi,

I am trying to make the cherry zen template 800px wide. I have changed the stylesheet to 800px but the HOME LOGIN MY ACCOUNT SHOPPING CART CHECKOUT section has dropped a little into the header area, I tired reseting to 880px but still no good. It seems that it will only go to 900px without dropping down.

Anyone had this problem and know how to fix?

I'm using a clean install 1.3.8

Thanks for any help you can give

7 Jul 2008, 6:57 PM
#1647
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

gsdcypher:

hi jettrue,

i've manged to get the cart items to display in the header, but it pushes my centered logo to the left (which covers the images on the left)...

how to i get the logo to remain centered and still have the cart items (and a shopping cart image) display on the right?

i added this to the style sheet:

#ShoppingCart {
float:right;
padding-right:25px;
text-align:center;
}

> 
> And this to the tpl_header.php:
> ```
      <!-- bof cart in header -->
      <div id="ShoppingCart" class="clearfix">      
      My Cart: <span class="style1">
      <?php echo sizeof($_SESSION['cart']->get_products()); ?>  items  
      <?php $header_cart = $currencies->format($_SESSION['cart']->show_total());  
      echo $header_cart;
      ?>
      </span>
      <br class="clearBoth" />
      </div>
      <!-- eof cart in header -->

and here is a link to the test site so you can see what is happening:
**http://tinyurl.com/5fbh7b

**thanks!
Remove the <br class="clearBoth" /> and add a <div class="clearBoth"></div> immediately before <!-- eof cart in header -->

7 Jul 2008, 7:02 PM
#1648
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

R1Lover:

To answer my own question here, in this template it uses the default body background,so when you change the body background the pop up also changes... not good for what I need so I will have to change this.

You might want to have a little more patience when posting questions, you can't expect responses that quickly.

Also, a quick search in the forum would have answered your question even more quickly, here's a section of css you can add to your stylesheet.css, of course changing the background color to what you want. This of course will change the background color of all popups, you can change the image only with #popupImage:

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
background-color: #ffffff;
}

7 Jul 2008, 7:05 PM
#1649
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

jenclark:

I'm trying to figure out what size to make the background image so the light blue is textured. Then my next problem is where to change the code or include the picutre. I have searched the forum but nothing seems to let me know what to do.

Here is my site http://artisticscrapdesigns.com/zencart/ also how do I change the url so it's just artisticscrapdesigns.com and not the zencart. Do I have to uninstall and reinstall for this?

I have no idea what you mean about the textured background image, could you describe the issue in more detail?

The second question would be best asked in the general forum, thanks!

7 Jul 2008, 7:15 PM
#1650
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

MeltDown:

Hi Jade - I assume you meant tpl_modules_main_product_image.php. I merged the two, cleanly it seems, and reloaded the original includes/templates/common/tpl_main_page.php but can see no effect. It is still pulling drastically to the left, especially noticeable in FF as it throw the left sidebox out of whack.

I'll look back at changes I was working on prior to this issue to see if I can track it down. Any thoughts are much appreciated.

The main_product_image.php is NOT what is messing up your sideboxes. Your site is STILL showing a modified tpl_main_page.php, as your site is using TABLES as the basis for the layout, and my template does not. Compare the source of my test site (https://www.cherryzen.jadetrue.com) and and yours, and you'll see, for starters, that for the content portion of the site, you have this:

<table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">

whereas my site has this:

<div id="contentMainWrapper">

In tpl_modules_main_product_image.php, change productMainImage to productImage.

7 Jul 2008, 7:19 PM
#1651
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

kersielam:

Hi there
I am using Cherry Zen Template, but the product listing page does not show up if there is only one product in the sub-category. Really dunno where went wrong. Please help!!
Here is the product listing page http://www.omegagolfshop.com//index.php?main_page=index&cPath=84_88

Many thanks.

Nothing went wrong, that is default zen cart behavior. Either add another product, or change that feature in the admin, under "configuration", "layout settings", "Skip 1-prod Categories"

7 Jul 2008, 7:20 PM
#1652
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

kersielam:

I found another two problems.

  1. A blank page comes up once I click "Add to cart" button for any product. I have to click go back and shopping cart to view the content.

  2. Also a black page comes up when I tried to changes and updates the quantity of product in shopping cart.

How can I fix the problems??

That is not template related, sounds like you have some major file issues, I would ask this in the general forum.

7 Jul 2008, 7:20 PM
#1653
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

gsdcypher:

hi jettrue,

how would you move the add to cart button up so it displays right under the item info and/or attributes?

no ideas on the header issue?

thanks.

Open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and move the add to cart section where you'd like it.

7 Jul 2008, 7:22 PM
#1654
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

suekay:

Hi,

I am trying to make the cherry zen template 800px wide. I have changed the stylesheet to 800px but the HOME LOGIN MY ACCOUNT SHOPPING CART CHECKOUT section has dropped a little into the header area, I tired reseting to 880px but still no good. It seems that it will only go to 900px without dropping down.

Anyone had this problem and know how to fix?

I'm using a clean install 1.3.8

Thanks for any help you can give

Try decreasing the width here:
#navMain {
float:right;
width:750px;
line-height:normal;
height:32px;
}

7 Jul 2008, 11:37 PM
#1655
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

thanks for the replies jettrue. :-)

do i move the lines in red when i move the code or do i leave one or both of them in place? *i am going to move it just below the attributes code...

<!--eof Attributes Module -->
I am going to instert here

</div> <!-- end of rightFloat -->

** <br style="clear:left" />
<!--bof Add to Cart Box -->

<?php if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') { // do nothing } else { ?> <?php $display_qty = (($flag_show_product_info_in_cart_qty == 1 and $_SESSION['cart']->in_cart($_GET['products_id'])) ? '<p>' . PRODUCTS_ORDER_QTY_TEXT_IN_CART . $_SESSION['cart']->get_quantity($_GET['products_id']) . '</p>' : ''); if ($products_qty_box_status == 0 or $products_quantity_order_max== 1) { // hide the quantity box and default to 1 $the_button = '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT); } else { // show the quantity box $the_button = PRODUCTS_ORDER_QTY_TEXT . '<input type="text" name="cart_quantity" value="' . (zen_get_buy_now_qty($_GET['products_id'])) . '" maxlength="6" size="2" />' . zen_get_products_quantity_min_units_display((int)$_GET['products_id']) . '' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT); } $display_button = zen_get_buy_now_button($_GET['products_id'], $the_button); ?> <?php if ($display_qty != '' or $display_button != '') { ?> <div id="cartAdd"> <?php echo $display_qty; echo $display_button; ?> <?php ?> </div> <?php } // display qty and button ?> <?php } // CUSTOMERS_APPROVAL == 3 ?> <!--eof Add to Cart Box-->** ** <br class="clearBoth" />

thanks!
**

7 Jul 2008, 11:49 PM
#1656
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

hi jettrue,

one other quick question... :-)

i have the optional display code for columns installed (instead of rows). when i add text to the category page, how do i get the text to display below the categories rather than above??? http://tinyurl.com/6qm6mg

thanks.

8 Jul 2008, 2:33 AM
#1657
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

gsdcypher:

[FONT=Arial][SIZE=2]thanks for the replies jettrue. :-)

do i move the lines in red when i move the code or do i leave one or both of them in place? *i am going to move it just below the attributes code...

You could try it both way to see what happens. :smile: Remember, everything can be changed back. But I don't think you need to move them, but I am not positive.

8 Jul 2008, 2:35 AM
#1658
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

gsdcypher:

hi jettrue,

one other quick question... :-)

i have the optional display code for columns installed (instead of rows). when i add text to the category page, how do i get the text to display below the categories rather than above??? http://tinyurl.com/6qm6mg

thanks.

You could install my Short Description for Categories (see sig) which would allow you to have a description above and below. Or open up includes/templates/YOUR_TEMPLATE/templates/tpl_index_categories.php and move it there.

8 Jul 2008, 5:48 AM
#1659
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

hi jettrue,

i installed the short descriptions for categories mod and i get this error on all of the pages now:

Home
1054 Unknown column 'categories_description_sub' in 'field list'
in:
[SELECT categories_description, categories_description_sub FROM categories_description WHERE categories_id= 0 AND language_id = 1]

8 Jul 2008, 10:10 AM
#1660
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

gsdcypher:

hi jettrue,

i installed the short descriptions for categories mod and i get this error on all of the pages now:

Home
1054 Unknown column 'categories_description_sub' in 'field list'
in:
[SELECT categories_description, categories_description_sub FROM categories_description WHERE categories_id= 0 AND language_id = 1]

did you not run the SQL file that came with the mod?