Product Template Examples
Name, SKU, and Description
Price
Graphic
Ordering Options
Buttons
Subproducts
More Info Pages
Complete Example

Custom Product Templates: Product Name, SKU, and Description

The product name, SKU, and description are all text fields that can contain both text and HTML tags. You can treat them all basically the same in your product template, and you only need to change the surrounding HTML and/or CSS tags.

Product Name, SKU and Description Example Product Template Resulting Page

This examples uses HTML formatting for the name, SKU and description. This product template ignores all other product fields -- it is only meant as an example of those three fields. Not all of the sample products have information in all three fields. The product information is presented within a fairly simple page template.

Include Files

Rather than create your own template code for these fields, you can use the same code that is used by the built-in ShopSite templates. The custom template code to display each of these fields is contained in separate "include" files, and you can use them by putting these lines in your template in the appropriate places:

[-- INCLUDE Product-Name PROCESS --]
[-- INCLUDE Product-Sku PROCESS --]
[-- INCLUDE Product-Description PROCESS --]