Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
heavenlynights
Thanks for that Jade. crazycucumber told me where to look.
I moved it, looked terrible so moved it back. What I really need to do is to figure out (if at all possible) how to add notations/text without using the attributes. These notations are applicable to all products that I have. I would prefer this common text to be built into the template file so that when I add a product, that information will automatically show-up on the product info page without me having to add it some other way
At present these common notations are listed as read-only attributes which make my products info pages very messy. If I cannot add these notations into the core template, then I will have to totally rehash the tpl_product_info_display.php.
I am not really php code savey so I don't know if I can add html in the tpl_product_info_display.php (or if this is even the appropriate file I should be looking at) without breaking something.
Your thoughts/help would be appreciated and thank you jade.
If its going to be "EXACTLY" the same text for every product, then sure, you can add it to tpl_product_info_display.php
something like this:
<!-- bof product info text for all products -->
<?php echo '<div id="productInfoText">Text goes here</div>' ?>
<!-- eof product info text for all products-->
would work. :smile:
Re: Cherry Zen Template Support Thread
Thanks so much Jade - Worked very well, now the product pages don't look so messy :clap::smile:
Re: Cherry Zen Template Support Thread
Thanks for the great template, very customizable...
I am running into a few problems and I am sorting them out, right now I am trying to center the logo and text. I tried following what you have here: https://www.zen-cart.com/tutorials/i...hp?article=125
But I see there is a #logo section which didn't have the information you described there would be, I scrolled down and found the rest, kinda confusing. Not sure what to change exactly since there is already a text-aligned:center;
was able to center it somewhat, but not sure why there is space in front of the logo now, and its all the way to the right side of the header.
Any help is appreciated :)
Re: Cherry Zen Template Support Thread
also, how do I put the description of an item right next to the picture, instead of way below it
Re: Cherry Zen Template Support Thread
And yet, another question...how do I change the default maintenance graphic?
Re: Cherry Zen Template Support Thread
sorry for all the questions, I tried looking through the forums for these but I was unable to find any solutions.
Lets say I have "Fruit Jar Candles"
they are the same price, but different scent, how do I do this? I don't see the option when I list a new product, also how can I have it list the "item #" rather than "model"
alsol, how do I add more than one pic for a product?
Re: Cherry Zen Template Support Thread
Hi,
I have recently installed Cherry Zen to my store and all seems fine except for my Shipping and Returns page. When you click on it and it displays, the fonts in the sideboxes are all increased in size. Can anyone help?
My website is http://parrotpants.com.au
TIA!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
chris32882
And yet, another question...how do I change the default maintenance graphic?
The default graphic is /includes/templates/template_default/images/down_for_maintenance.gif
Create your own in /includes/templates/cherry_zen/images/down_for_maintenance.gif
Quote:
Originally Posted by
chris32882
also, how do I put the description of an item right next to the picture, instead of way below it
Edit /includes/templates/cherry_zen/templates/tpl_product_info_display.php
The sections have comments showing where they start and end. Move these blocks around to experiment with the layout you want. You may need to modify stylesheet.css too.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
daymobrew
The default graphic is /includes/templates/template_default/images/down_for_maintenance.gif
Create your own in /includes/templates/cherry_zen/images/down_for_maintenance.gif
Edit /includes/templates/cherry_zen/templates/tpl_product_info_display.php
The sections have comments showing where they start and end. Move these blocks around to experiment with the layout you want. You may need to modify stylesheet.css too.
Thanks so much for the info!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
daymobrew
The default graphic is /includes/templates/template_default/images/down_for_maintenance.gif
Create your own in /includes/templates/cherry_zen/images/down_for_maintenance.gif
How do I change what it says when down for maintenance?