Product Templates
A product template tells ShopSite which product fields you want displayed in the store (using custom template tags), and how you want those fields arranged (using HTML tags). Keep in mind that products are displayed on pages, so the HTML in your product template needs to work with the HTML in your page template.
Product Price
[-- PRODUCT.DisplayPrice --] price toggle on the Edit Product Layout screen
[-- PRODUCT.Price --] price field on the Edit Product Info screen
[-- PRODUCT.SaleAmount --] sale price field on the Edit Product Info screen
In your product layout HTML you would need to find where you want the product price to be displayed.
You can replace the price with the ShopSite tags for the product price.
You may also want to add in IF/END_IF tags so that if you have selected not to display the price that it skips that section, or if you have a sale price specified the you display that was well.
Next: Product Graphic 