Product Name, SKU and Description

[-- PRODUCT.DisplayName --] name toggle on the Edit Product Layout screen
[-- PRODUCT.Name --] name field on the Edit Product Info screen
[-- PRODUCT.DisplaySku --] sku toggle on the Edit Product Layout screen
[-- PRODUCT.Sku --] sku field on the Edit Product Info screen
[-- PRODUCT.ProductDescription --] product description on the Edit Product Info screen
[-- PRODUCT.DisplayMoreInformationPage --] display more info page checkbox on the Edit Product Info screen
[-- PRODUCT.MoreInfoURL --]

In your product layout HTML you would need to find where you want the name, SKU and description to be displayed. It may look similar to:

You can replace your product information with the ShopSite tags for the product information.

ShopSite will take the information that is entered in those fields for each of your products in the back office and populate those tags when you publish your store. If you would like to include IF/END_IF statements so that if nothing is entered in those field, or you have unchecked the checkboxes and chosen not to display those fields, that ShopSite either skips that section or fills it in with something else, you would setup your tags similar to:

Lastly you will want to add in the tags for the more information page. You will want to make it so that the product name is a hyperlink to the product more information page.

Next: Product Price >>