Product Graphic
In your product layout HTML you would need to find where you want the product graphic to be displayed. Add the tags listed below where you want the product graphic to be displayed.
[-- IF PRODUCT.DisplayGraphic --]
[-- IF PRODUCT.Graphic --]
[-- PRODUCT.Graphic --]
[-- END_IF --]
[-- END_IF --]
Many websites have the product graphic link to the product more information page. You can set that up by adding the following set of tags where you want the product graphic to be displayed.
[-- IF PRODUCT.DisplayGraphic --]
[-- IF PRODUCT.Graphic --]
[-- IF PRODUCT.DisplayMoreInformationPage --]
<a href="[-- PRODUCT.MoreInfoURL --]">[-- PRODUCT.Graphic --]</a>
[-- ELSE --]
[-- PRODUCT.Graphic --]
[-- END_IF --]
[-- END_IF --]
[-- END_IF --]
Next: Product Ordering Options