Totally Zenned
- Join Date:
- Apr 2007
- Location:
- Dayton, Ohio
- Posts:
- 682
- Plugin Contributions:
- 0
Adding notes to certain product pages
I was wondering if I could add a few notes to specific attributes. I do have flexible attributes but I don't know if that is what I need. Please look at this page: http://www.framesforlife.com/copy-examples-c-18/new-frame-example-1-p-21
Under the second image you can see the text: Frame Profile Detail. This image is there via addtional images add on. My problem here is that I have the text "Frame Profile Detail" hard written on this page: /tpl_product_info_display.php. Here is the code:
<!--bof Additional Product Imagess-->
<?php
require($template->get_template_dir('/tpl_modules_additional_imagess.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_imagess.php'); ?><p>Frame Profile Detail</p>
<!--eof Additional Product Imagess-->
```While this does work and looks perfect while the additional image is there, it also shows on all other product pages. **Any idea as to only have this show when the frame profile image (additional image) is showing? **I would guess I could add an if statement there but don't know how.
Second I would like to add this text: "Please see our sizing guide" The text "sizing" would be a hyperlink to my sizing page. But I only would like this to show on certain products (the custom frame products and none others). **Is this possible and/or difficult? Would there be an add on that would allow me to add notes to this product page, but only to certain products?**