Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
maggiesmom1
Okay - I solved the problem about displaying additional images at all, but now I need to know how to move them up. If you look here:
http://www.butternugsquash.com/store...roducts_id=669
you'll see the 3 add'l images way down at the bottom. I'd like them to be directly underneath the main product image. I'd also like to move the product description to where the "Please Choose: Download 1; Download 2" box is and move that box either down below or eliminate it altogether.
Can anyone help a poor, ignorant store owner?
Open up includes/templates/cherry_zen/templates/tpl_product_info_display.php
This controls the product page. You'll see that its very nicely segmented, so you can look for the sections you want to move (additional images and product description), and just cut and paste them where you want it.
Re: Cherry Zen Template Support Thread
AWESOME!! Thank you so much - worked perfectly!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
"configuration", "product info", "Product Info - Price is Call for Price Image or Text Status"
Maybe that's the issue?
thankz for the reply. what i mean is, how do i align the "Call for price" link along with the "tell a friend" and "write review"? and also, use the same css.
thankz a lot!
test site here: http://latter.jobsground.com/index.p...roducts_id=185
Re: Cherry Zen Template Support Thread
Hi Jettrue,
I am still working on the site map links... :blink:
How do I edit the tpl_site_map_default.php to show the ezpage links below under the important links sidebox?
<li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>
Quote:
Are you saying to add them manually to the tpl_site_map_default.php???
Thanks.YES!
thanks
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hi Jettrue,
I am still working on the site map links... :blink:
How do I edit the tpl_site_map_default.php to show the ezpage links below under the important links sidebox?
<li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>
thanks
I give up, I really don't understand. You say you want them in the sitemap, so I tell you to edit tpl_site_map_default.php. Now you're saying you want them in the important links sidebox. I don't know, sorry. Please ask in the main forum.
Re: Cherry Zen Template Support Thread
Hi Jettrue,
No worries. I am sorry for the confusion. It is all due to my poor semantics. What I meant to say was I am trying to add the links (that are in the important links sidebox) to the sitemap.
You said to get those ezpage links (that are in the important links sidebox) to show on the sitemap I would have to edit the tpl_site_map_default.php manually.
I was using the code below to try and edit the tpl_site_map_default.php, to show those links on the sitemap, but it is not working.
Code:
<li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>
Instead of adding the links to the sitemap, they show up on the sitemap as BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO, etc., etc.
Again, sorry for the confusion. I will check in the main forum. And as always, a BIG thank you for all of your help.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hi Jettrue,
No worries. I am sorry for the confusion. It is all due to my poor semantics. What I meant to say was I am trying to add the links (that are in the important links sidebox) to the sitemap.
You said to get those ezpage links (that are in the important links sidebox) to show on the sitemap I would have to edit the tpl_site_map_default.php manually.
I was using the code below to try and edit the tpl_site_map_default.php, to show those links on the sitemap, but it is not working.
Code:
<li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>
Instead of adding the links to the sitemap, they show up on the sitemap as BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO, etc., etc.
Again, sorry for the confusion. I will check in the main forum. And as always, a BIG thank you for all of your help.
Hi gsdcypher
There is a mod in the download section located at
http://www.zen-cart.com/index.php?ma...roducts_id=939
which will add your ezpages as well as a few other things into your sitemap.
Re: Cherry Zen Template Support Thread
Hopefully the format comes through... this is what I have right now in the sitemap instead of the links:
BOX_HEADING_IMPORTANT_LINKS
* BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO
* BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG
* BOX_IMPORTANT_LINKS_DOG_TRAINING
* BOX_IMPORTANT_LINKS_WEB_RESOURCES
Thanks heavenlynights. I will check out that mod also.
Re: Cherry Zen Template Support Thread
Iam trying to build a site based on the Default Zen Template.
I want to change the Navigation Bar to Look like the ones in the Cherry Template. I tryied to copy the StyleSheet from the Cherry to my site, which as you know changes the whole layout, SO the question is What do I need to change in my Stylesheet to be able to get the same Navigation bar without changing any other configuration for the header, I want to keep the white line between the logo area and the navigation bar. Also I want the Cherry Navigation bar to be centered.
The site is www.coolcarpartsonline.com. Its not done yet but its a start.
Re: Cherry Zen Template Support Thread
The individual product pages look different in IE vs. Firefox. In IE, they display perfectly. In Firefox, for some reason the main content portion where the product information is encroaches on the left sideboxes.
I have no idea why this is happening. You can see what I mean by checking out a page here:
http://coolbuydirect.com/c/harddrive...der-p-597.html
Any suggestions?
Thanks.