Thank you jettrue, that worked out perfect.The sidebox is controlled by the image sidebox.gif, in the cherry_zen/images folder. Change the color in the image, then re-upload.
Thank you jettrue, that worked out perfect.The sidebox is controlled by the image sidebox.gif, in the cherry_zen/images folder. Change the color in the image, then re-upload.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Thanks Jade,
Strangely, I was able to get it to work the proper way (item shows with direct link, but not in the sideboxes, searches, or in new items). But the workaround was strange. I had to first make the category hidden using HideCategories. Then turn the category off completely (giving a red icon). Then go into the category and manually turn on the 2 products in there (green icon). After that, and reloading the page, the category stopped showing up in the CherryZen sidebox and the items don't come up in searches or new products, but they still work for a direct link.
BTW, thanks again for your great contribution. Your template has greatly helped my site look very nice. Here it is:
http://candid-hd.com/catalog/index.php?main_page=
Best,
Patrick
Hi!
I just installed Cherry Zen and love it and have tried to search to see if anyone has this problem but....
I think I've installed IH correctly as well as Cherry Zen
So in effect rather than `hovering' it displays the image in the top left hand corner of the page!
The demo page is at http://thrivingstores.com/store_zen/...=index&cPath=1
Any ideas? Probably something stupid I've done!
It should load fine, but whenever your mouse goes near a thumbnail.....
Thanks
Ernie
Thanks
Ernie
Hi Jade,
Thanks for your reply.
No, it's not breaking. I just I think if checkout is selected when the cart is empty, then it is preferable to show an empty trolley rather than suggesting a timeout has occured and requesting the customer signin (when they may not have an account yet).
I gave that a try but it then it redirects to Shopping Cart in all instances, not just when the Cart is empty.
I'll keep looking and will post if I find anything.
Thanks again.
The the code below. I may have messed up some syntax, so let me know if it doesn't work.
Code:<?php if ($_SESSION['cart']->count_contents() != 0) { ?> <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li> <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li> <?php } else if ($_SESSION['cart']->count_contents() == 0) { ?> <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> <?php }?>
Thanks for the help, this is just what I wanted. I had to make a slight change to the code (a couple of <span>'s added by guesswork) so could you please check my changes for mistakes.
Code:<?php if ($_SESSION['cart']->count_contents() != 0) { ?> <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> <?php } else if ($_SESSION['cart']->count_contents() == 0) { ?> <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> <?php }?>
I am having some peculiar issues with my sidebox banners. I have two installed and each one is programmed differently and yet they both show the same details at the same time then dynamically they seem to change to the other detail.
sometimes they display different detail as I want them to be but everything seems to change dynamically.
How do I control the sidebox banners? Is there something in Cherry Zen that needs an adjustment or is this a ZC issue?
I hope my question is clear.
Peppyone
Bookmarks