[-- DEFINE PRODUCT --] #NOTE: No opening or closing FORM tags appear here- #those must be placed in the PAGE Template #Generate the checkbox - notice the name is itemnum #and its value is the database record number
[--PRODUCT.Name--]
[--PRODUCT.Price--]
#if a Quantity is required generate the quantity box
[-- IF product.DisplayOrderQuantity? --]
Quantity
[-- END_IF --]
# Generate the Ordering Option Menus
[-- IF PRODUCT.DisplayOrderingOptions --]
[-- PRODUCT.OptionText --]
[-- ORDER_OPTION_MENU LINE --]
[-- END_IF --]
[-- product.ProductDescription --]