
Originally Posted by
cache529
1) The images are additional images of the product for sell.
2) They are going to be different for each product in the store.
3) I'm trying to get the images to appear on different "custom" tabs. I'm using the following: <!--%tab_name%-->.
I hope there's an easy way...Thanks!
To put them on custom tabs should be easy from the product description area in the admin section.
Code:
This is some text that will go on the first tab which if GlobalProductDescription is set
<!--%CustomTab1%-->
This is some test for the next tab, which is a custom tab. I also have this image:
<img src="http://www.image.com/myimage1.jpg"/>
<!--%CustomTab2%-->
This is some test for the next tab, which is a custom tab. I also have this image:
<img src="http://www.image.com/myimage2.jpg"/>
Bookmarks