Totally Zenned
- Join Date:
- Jan 2005
- Location:
- USA, St. Louis
- Posts:
- 3,651
- Plugin Contributions:
- 5
Cherry Zen Template Support Thread
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: