Page 49 of 326 FirstFirst ... 3947484950515999149 ... LastLast
Results 481 to 490 of 3251
  1. #481
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by bekinky View Post
    Oh dear - my layout works great in Firefox but looks terrible in IE. What can be wrong? I added code and styles so the cart appeared in the header on the right.


    I will PM you with a URL to the test site if you want to see it in action
    Absolutely.

  2. #482
    Join Date
    Jan 2007
    Posts
    103
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Thanks for the quick response Jade. I managed to fix the problem after a lengthy phone call to a friend who understands Zencart.

    Basically there were two things wrong:

    1) I originally placed the extra cart wrapper on its own at the top of the template. Moving it inside the logowrapper solved the problem of the div putting a gap at the top of the page.

    2) Adding width and height attributes to logowrapper fixed the problem of the tagline and the cartwrapper placement.

    I will PM you with a URL so you can see the site based on your original template (thanks for that too - wonderful work)

    Paul

  3. #483
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Cherry Zen Template Support Thread

    Hi jettrue did you see my earlier post about the background in all side boxes. I want to change the color to something else instead of grey. How would I do that.
    Thank you
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #484
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by countrycharm View Post
    Hi jettrue did you see my earlier post about the background in all side boxes. I want to change the color to something else instead of grey. How would I do that.
    Thank you
    The sidebox is controlled by the image sidebox.gif, in the cherry_zen/images folder. Change the color in the image, then re-upload.

  5. #485
    Join Date
    Oct 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Checkout w/Empty Cart

    Hello
    I would like my Checkout link to redirect to the Shopping cart link if it is clicked when the cart is empty. Similar to earlier request...

    Quote Originally Posted by lankeeyankee View Post
    There isn't a checkout link in the classic template without going through the shopping cart so I can't compare, but is there a way to write a function like "if shopping cart contents=0 then checkout link redirects to homepage(or some other page), if shopping cart contents= >0 then link goes to checkout"? It seems as if having a link to checkout with nothing in the cart breaks the template. Perhaps a function could be written to only show the checkout link in the header if there are items in the cart?

    Matt
    If someone could point me in the direction of where the code should go then I would happily play with it (until I break it!).

    Thanks

  6. #486
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Checkout w/Empty Cart

    Quote Originally Posted by agcolbert View Post
    Hello
    I would like my Checkout link to redirect to the Shopping cart link if it is clicked when the cart is empty. Similar to earlier request...



    If someone could point me in the direction of where the code should go then I would happily play with it (until I break it!).

    Thanks
    Is that page breaking when you click "checkout"? If so, you can just upload includes/templates/cherry_zen/templates/tpl_time_out_default.php from the newest version.


    To make the checkout the same as shopping cart, simply open up includes/templates/cherry_zen/common/tpl_header.php and change this:


    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><span><?php echo HEADER_TITLE_CART_CONTENTS; ?></span></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><span class="last"><?php echo HEADER_TITLE_CHECKOUT; ?></span></a></li>

    to this:


    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><span><?php echo HEADER_TITLE_CART_CONTENTS; ?></span></a></li>
               <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><span class="last"><?php echo HEADER_TITLE_CHECKOUT; ?></span></a></li>
    I think that'll do it!

  7. #487
    Join Date
    Oct 2007
    Posts
    43
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi,

    I just installed the HideCategories mod on my ZC, which uses the Cherry Zen template. It works to hide the item (I made a Hidden Category, with 1 product in it) from searches and the "new items" listing, but in my Sidebox, the Hidden category is showing with 1 product in it. I tried all variations on the hidecategories setup to no avail, nothing I do seems to take this hidden category out of the sidebox even when I choose the totally hidden option.

    If anyone can tell me what I must change to fix this, I'd be very very grateful!!!

    Thanks,
    Patrick

  8. #488
    Join Date
    Apr 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    i am having some issues with this template and the define page 3 &4 . I have both of them turned on in the admin and have changed the names in the english.php. but they are not showing up on the site. Does anyone know what i can do,

  9. #489
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by hifipj View Post
    Hi,

    I just installed the HideCategories mod on my ZC, which uses the Cherry Zen template. It works to hide the item (I made a Hidden Category, with 1 product in it) from searches and the "new items" listing, but in my Sidebox, the Hidden category is showing with 1 product in it. I tried all variations on the hidecategories setup to no avail, nothing I do seems to take this hidden category out of the sidebox even when I choose the totally hidden option.

    If anyone can tell me what I must change to fix this, I'd be very very grateful!!!

    Thanks,
    Patrick
    Did you ask in the hideCategories thread? I can't see what in the template could be causing the sidebox issue.

  10. #490
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by SummerG View Post
    i am having some issues with this template and the define page 3 &4 . I have both of them turned on in the admin and have changed the names in the english.php. but they are not showing up on the site. Does anyone know what i can do,
    I would start a new thread about this, but have you also turned on the "information" sidebox in "Tools", "Layout Boxes Controller"?

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR