Product More Information Page
A product template is made up of 3 main sections, DEFINE PRODUCT, DEFINE MORE_INFO_PAGE and DEFINE SUBPRODUCT. The DEFINE MORE_INFO_PAGE section controls how the product's more information page looks, if the product has a more information page.
You would first want to add some code into your DEFINE PRODUCT section of your product template so that if the product has a more information page then there is a link to that page. All of the ShopSite built in templates make the product name and the product graphic a link to the more information page. The code for the product graphic becoming a link would look similar to:
The code to make the product name a link to the more information page would look similar to:
Last you would want to create the product more information page. To start this yu should setup the code for your entire more information page. Include product information that you would like as well as all they styling options. Next you can place the code for that page within the [-- DEFINE MORE_INFO_PAGE --] and [-- END_DEFINE MORE_INFO_PAGE --]. The code may look similar to:
Next you will want to go through your HTML and replace the text/information place holders with tags to pull the actual information. Your code will end up looking similar to:

