Page Products
In your page you would need to find where you would like the products assigned to appear. If you are using HTML for your pages you will most likely want to have your products displayed within a table so that you can use the columns options within ShopSite. For using a table to display your products you would setup the ShopSite tags similar to:
By including 'Page.Columns' in the 'LOOP PRODUCTS' tag ShopSite will use the number of columns specified for that page under Edit Page Layout. You would not need to include any TR tags; when using 'Page.Columns' ShopSite will automatically add the TR tags when needed to create the appropriate number of rows. If you use the LOOP PRODUCTS tag without 'Page.Columns' in it, ShopSite will not add the TR tags.
If you would like to include IF/END_IF statements so that if no products are assigned to that page then the LOOP PRODUCTS section will be skipped, you would setup your tags similar to:
Advanced: You can hard code the name of the product template into the PRODUCT tag. This will make it so that all products assign to this page will use that specific product template on this page. ShopSite will not use the product template that product has listed under Products > Edit Product Layout, it will use the one you have listed in the PRODUCT tag. For example, if you want all products assigned to your page to use the DefaultCustomProductTemplate the PRODUCT tag would look like [-- PRODUCT DefautlCustomProductTemplate --].
Next: Product Template Tags >>

