# Al's Tools Product Template for Two-Column Display # The *PAGE* template must contain the [--LOOP PRODUCT x--] tag to # set up multiple columns, where x defines the number of columns. # The PRODUCT template (this one) DOES NOT have any tags that are # explicitly for multiple columns. It is just designed to produce # HTML to "fit in" to the HTML created by the page template. The # two templates have to work together to create a complete page with # valid HTML structure. Thus if the PAGE template sets up a table to # present products in multiple columns, each product will most likely # be formatted to be one cell in the table. #
[-- PRODUCT.Graphic --] | [--ELSE--][-- PRODUCT.Graphic --] | [--END_IF--]
[-- PRODUCT.Name --] | [--ELSE--][-- PRODUCT.Name --] | [--END_IF--]
[-- PRODUCT.ProductDescription --] | |
[-- IF VAR.text2 --]
[-- VAR.text2 --] [--END_IF--] [--IF PRODUCT.SaleOn--] |
[-- IF MORE_INFO.DisplayPageHeader --] [-- HEADER --] [-- END_IF --][-- END_DEFINE MORE_INFO_PAGE--][-- PRODUCT.Name --]
[-- PRODUCT.SKU --]
[-- PRODUCT.MoreInformationGraphic --][-- IF PRODUCT.SaleOn --]
[-- PRODUCT.Price --][-- PRODUCT.SaleAmount --] On Sale! [-- ELSE --] [-- PRODUCT.Price --] [-- END_IF --] [-- PRODUCT.MoreInformationText --][--IF MORE_INFO.DisplayPageFooter--] [--FOOTER--] [--END_IF--]
[-- PRODUCT.AddToCartButton --] [-- PRODUCT.ViewCartButton --]