Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
setae719
I have been trying to figure out how I messed up the template's sideboxes. See link below:
http://pinkupixie.com/store2
I've tried to search this thread but can't seem to find a post with similar problem. I was in the process of upgrading my zencart and thought I'd change the template too. Can someone please help.
Thanks for your time in advance
Okay, I figured it out, and it was something so simple it was right in front of my face. LOL!
Re: move add to cart and attributes
Quote:
Originally Posted by
xbboychink
As you can see I did my own customization but I still have one problem.
I want to move div.productAttributes next to the product name/price/details
I also want to move the add to cart button into the attribute selection div WITHOUT MESSING IT UP
http://www.protein-only.com/index.ph...&products_id=1
I tried playing around with the divs but couldn't get it to work.
someone help?
Cherry Zen Template Footer problem SSL
Using the Cherry Zen template, Everything works great except when using the footer.
My site has SSL installed for the root www.slidingglassdoorparts.com
So all my site is on SSL server.
Now Zen-Cart does a great job of figuring out https and http pages so everything works very smooth.
When footer is disabled, I get no (Unsecured Items On Page) on any page http or https.
When footer is enabled, I get (Unsecured Items On Page) on https pages.
I have changed the HOME server link in footer to https://www so it does not link to outside https pages. I have commented out the Footer Txt in english.php so all I see if the footer is enabled is FOOTER_TXT under the HOME link showing https://www I have turned of User Ip.
But I still get the (Unsecured Items On Page) pop up with the footer enabled.
I have figured out that creating a https://www.****/zen.html page with link to www.zen-cart.com inside it will not cause the (Unsecured Items On Page) to pop up if clicked on.
Main concern is I do not want any (Unsecured Items On Page) pop ups on any page on my site.
any ideas would be helpful
Re: Cherry Zen Template Support Thread
Hi
love the template, I have one problem, I am operating a showcase only site, how would i remove the shopping cart & checkout from the header, i have tried taking out
<li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGOFF; ?></span></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT; ?></span></a></li>
<?php
} else {
if (STORE_STATUS == '0') {
?>
<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN; ?></span></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT; ?></span></a></li>
<?php } } ?>
<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>
from the common tpl_header and it does not work just shuts the site down.
any ideas?
Re: Cherry Zen Template Support Thread
cwcgroup,
If these files are intended to be the small, medium and large images for a product, you have named them wrong.
images/Kate_Aspen/18017NA.jpg
images/medium/Kate_Aspen/18017_MED.jpg
images/large/Kate-Aspen/18017_LRG.jpg
18017NA.jpg will requre medium and large images named 18017NA_MED.jpg and 18017NA_LRG.jpg, or else you will have to rename the small image to 18017.jpg.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
NFM
jettrue...any ideas on why my Random Reviews isn't working right? I found a spot to change the amount of "Random Reviews" shown...but it still only shows one review...and when I raise the amount up to 4 it will alternate between two reviews out of the 6 I have. I just want it to post a random review on the front page when I reload and not alternate between two of them.
Anyone?
Re: Cherry Zen Template Support Thread
I guess I should also give my site address in case you want to see what I'm talking about.....
http://www.serendipitydeals.com
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
NFM
This shouldn't have anything to do with the template.... have you asked this in the general forum? I really have no idea. All four products you want to rotate, have reviews, right?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
This shouldn't have anything to do with the template.... have you asked this in the general forum? I really have no idea. All four products you want to rotate, have reviews, right?
Now it's 6 products that I have reviews for, but it only rotates 2 of them. I asked in the sideboxes forum a few days before I asked here and I received 129 views and one half answer. The only reason I'm asking is because I thought I saw a sidebox called Random Reviews somewhere, and the cherry_zen sidebox is just called Reviews....so I thought maybe you had changed the sidebox code and I was doing something wrong.
I'll try looking through the default files for the random reviews sidebox (if it is actually marked that way) and putting it into the cherry_zen sidebox folder and activating it....maybe that will work.