Global Tags
Page Tags
Product Tags
Search Tags
Shopping Cart Tags
Customer Registration Tags
Gift Certificate Tags
All Tags
Product Tags |
|
Special Product Tags |
|
Defines | |
[-- DEFINE PRODUCT --] | The beginning of HTML for a product template |
[-- END_DEFINE PRODUCT --] | The end of HTML for a product template |
[-- DEFINE SUBPRODUCT --] | The beginning of HTML for a subproduct template |
[-- END_DEFINE SUBPRODUCT --] | The end of HTML for a subproduct template |
[-- DEFINE MORE_INFO_PAGE --] | The beginning of HTML for a more info page template |
[-- END_DEFINE MORE_INFO_PAGE --] | The end of HTML for a more info page template |
Subproducts | |
[-- LOOP SUBPRODUCTS --] | Start of the subproduct loop for outputting Product information for the assigned subproducts |
[-- LOOP SUBPRODUCTS VAR.somename --] | Start of the subproduct loop, uses the VAR value to determine the number of columns to generate |
[-- LOOP SUBPRODUCTS number --] | Start of the subproduct loop, uses the number value to determine the number of columns to generate |
[-- SUBPRODUCTS --] | Create the Subproduct information by invoking the Subproduct section of the current product template |
[-- END_LOOP SUBPRODUCTS --] | End of the Subproduct Loop |
[-- PRODUCT.SubProduct --] | A comma delimited list of product record IDs representing this product's subproducts |
[-- PRODUCT.NumSubProducts --] | Number of subproducts assigned to this product |
[-- PRODUCT.Parent --] | Returns the product ID of the parent product. All subproducts must include this tag as a hidden form field with the name "super", like this:
<input type=hidden name="super" value="[-- PRODUCT.Parent --]"> |
Product Database Tags(Can be used with the IF tag and REMOVE_HTML parameter) |
|
Name | |
[-- PRODUCT.Name --] | Name |
[-- PRODUCT.DisplayName --] | Display name? |
[-- PRODUCT.NameStyle --] | The font style for the product name, i.e. BOLD, ITALIC, TYPEWRITER, or PLAIN. |
[-- PRODUCT.NameStyle Begin --] | The opening HTML tag for the font style of the product name, i.e., <b> |
[-- PRODUCT.NameStyle End --] | The closing HTML tag for the font style of the product name, i.e., </b> |
[-- PRODUCT.NameSize --] | The font Size for the product name, i.e. Normal, Big, or Small. |
[-- PRODUCT.NameSize Begin --] | The opening HTML tag for the font Size of the product name, i.e., <big> |
[-- PRODUCT.NameSize End --] | The closing HTML tag for the font Size of the product name, i.e., </big> |
[-- PRODUCT.VariableName? --] | Does product have variable name enabled? |
Price | |
[-- PRODUCT.Price --] | Price |
[-- PRODUCT.SaleAmount --] | Sale amount |
[-- PRODUCT.DisplayPrice --] | Display price? |
[-- PRODUCT.SaleOn --] | Display sale price? |
[-- PRODUCT.PriceStyle --] | The font style for the product price, i.e. BOLD, ITALIC, TYPEWRITER, or PLAIN. |
[-- PRODUCT.PriceStyle Begin --] | The opening HTML tag for the font style of the product price, i.e., <b> |
[-- PRODUCT.PriceStyle End --] | The closing HTML tag for the font style of the product price, i.e., </b> |
[-- PRODUCT.PriceSize --] | The font Size for the product price, i.e. Normal, Big, or Small. |
[-- PRODUCT.PriceSize Begin --] | The opening HTML tag for the font Size of the product price, i.e., <big> |
[-- PRODUCT.PriceSize End --] | The closing HTML tag for the font Size of the product price, i.e., </big> |
[-- PRODUCT.AltPrice --] | Price in second currency |
[-- PRODUCT.AltSaleAmount --] | Sale amount in second currency |
[-- PRODUCT.QuantityPricing --] | Display the Quantity Pricing table |
[-- PRODUCT.DisplayOrderQuantity --] | Let customers enter quantity on store pages? |
[-- PRODUCT.VariablePrice? --] | Does product have variable pricing enabled? |
Tax | |
[-- PRODUCT.Taxable --] | True if the product is taxable. |
SKU | |
[-- PRODUCT.SKU --] | SKU |
[-- PRODUCT.DisplaySKU --] | Display SKU? |
[-- PRODUCT.SKUStyle --] | The font style for the product SKU, i.e. BOLD, ITALIC, TYPEWRITER, or PLAIN. |
[-- PRODUCT.SKUStyle Begin --] | The opening HTML tag for the font style of the product SKU, i.e., <b> |
[-- PRODUCT.SKUStyle End --] | The closing HTML tag for the font style of the product SKU, i.e., </b> |
[-- PRODUCT.SKUSize --] | The font Size for the product SKU, i.e. Normal, Big, or Small. |
[-- PRODUCT.SKUSize Begin --] | The opening HTML tag for the font Size of the product SKU, i.e., <big> |
[-- PRODUCT.SKUSize End --] | The closing HTML tag for the font Size of the product SKU, i.e., </big> |
[-- PRODUCT.VariableSKU? --] | Does product have variable SKU enabled? |
Graphic | |
[-- PRODUCT.Graphic --] | Full <img src> tag for the product graphic. |
[-- PRODUCT.Graphic Remove_HTML --] | All information defined for the product graphic including the file path and attributes. |
[-- IMAGE PRODUCT.Graphic --] | The media subdirectory and file name of the product graphic |
[-- PRODUCT.DisplayGraphic --] | Display Graphic? |
[-- PRODUCT.ImageAlignment --] | Image Alignment |
[-- PRODUCT.TextWrap --] | Text Wrap |
Description | |
[-- PRODUCT.ProductDescription --] | Product Description |
[-- PRODUCT.DescriptionStyle --] | The font style for the product description, i.e. BOLD, ITALIC, TYPEWRITER, or PLAIN. |
[-- PRODUCT.DescriptionStyle Begin --] | The opening HTML tag for the font style of the product description, i.e., <b> |
[-- PRODUCT.DescriptionStyle End --] | The closing HTML tag for the font style of the product description, i.e., </b> |
[-- PRODUCT.DescriptionSize --] | The font Size for the product description, i.e. Normal, Big, or Small. |
[-- PRODUCT.DescriptionSize Begin --] | The opening HTML tag for the font Size of the product description, i.e., <big> |
[-- PRODUCT.DescriptionSize End --] | The closing HTML tag for the font Size of the product description, i.e., </big> |
Shipping Charges | |
[-- PRODUCT.ShippingCharge --] | Shipping charge (for Flat-Rate Shipping) |
[-- PRODUCT.GroundShipping --] | Ground shipping charge |
[-- PRODUCT.SecondDayShipping --] | Second Day Shipping charge |
[-- PRODUCT.NextDayShipping --] | Next Day Shipping charge |
[-- PRODUCT.Shipping0 --] | Shipping 0 charge |
[-- PRODUCT.Shipping1 --] | Shipping 1 charge |
[-- PRODUCT.Shipping2 --] | Shipping 2 charge |
[-- PRODUCT.Shipping3 --] | Shipping 3 charge |
[-- PRODUCT.Shipping4 --] | Shipping 4 charge |
[-- PRODUCT.Shipping5 --] | Shipping 5 charge |
[-- PRODUCT.Shipping6 --] | Shipping 6 charge |
[-- PRODUCT.Shipping7 --] | Shipping 7 charge |
[-- PRODUCT.Shipping8 --] | Shipping 8 charge |
[-- PRODUCT.Shipping9 --] | Shipping 9 charge |
[-- PRODUCT.NoShippingCharges --] | No Shipping Charges |
[-- PRODUCT.Weight --] | Weight |
[-- PRODUCT.DimensionOptions --] | Dimension Options |
[-- PRODUCT.DimensionText --] | Dimension Text |
[-- PRODUCT.DimensionSelected --] | Dimension Selected |
[-- PRODUCT.ExtraHandlingCharge --] | Extra Handling Charge |
Ordering Options | |
[-- PRODUCT.DisplayOrderingOptions --] | Display ordering options on store pages? |
[-- PRODUCT.OptionText --] | Ordering options description |
[-- Order_Option_Menu Line --] | Create the order option menu(s) in a line |
[-- Order_Option_Menu Line SKU --] | Create the order option menu(s) in a line, use SKU instead of record number |
[-- Order_Option_Menu Column --] | Create the order option menu(s) in a column |
[-- Order_Option_Menu Column SKU --] | Create the order option menu(s) in a column, use SKU instead of record number |
[-- PRODUCT.OptionFiniteText --] | Pull-down menu text in a format that needs to be processed by a CALL program. |
[-- PRODUCT.OptionsBox --] | Text entry box displayed in the shopping cart? |
Add/View Buttons | |
[-- PRODUCT.AddToCartURL --] | The URL of the Add to Cart link |
[-- Shopping_Cart_URL --] | The URL of the View Cart link |
[-- STORE.AddToCart --] | The value defined for the Add To Cart button defined in Preferences > Store Text > Store Pages, either a text string or the media subdirectory and file name of an image. |
[-- STORE.DisplayAddToCartText --] | Returns "checked" if [-- STORE.AddToCart --] is text. |
[-- STORE.ViewCart --] | The value defined for the View Cart button defined in Preferences > Store Text > Store Pages, either a text string or the media subdirectory and file name of an image. |
[-- STORE.DisplayViewCartText --] | Returns "checked" if [-- STORE.ViewCart --] is text. |
[-- PRODUCT.AddToCartButton --] | The value of the Text field for the Add to Cart button |
[-- PRODUCT.ViewCartButton --] | The value of the Text field for the View Cart button |
[-- PRODUCT.OrderCheckout --] | Complete Add to Cart and View Cart buttons, including hyperlinks, text or graphics, and complete <FORM> tags if required by the product settings. |
[-- AddImage? --] | True if using an image for Add to Cart button |
[-- AddImage --] | The src and parameters for the Add to Cart image, or "none" if no image |
[-- AddImage Image_Name --] | The media subdirectory and file name of the Add to Cart image |
[-- AddText --] | Text for the Add to Cart link, or null if an image is used. |
[-- ViewImage? --] | True if using an image for View Cart button |
[-- ViewImage --] | The src and parameters for the View Cart image, or "none" if no image |
[-- ViewImage Image_Name --] | The media subdirectory and file name of the View Cart image |
[-- ViewText --] | Text for the View Cart link, or null if an image is used. |
Inventory Tracking | |
[-- PRODUCT.QuantityOnHand --] | Quantity On Hand |
[-- PRODUCT.LowStockThreshold --] | Low Stock Threshold |
[-- PRODUCT.OutOfStockLimit --] | Out Of Stock Limit |
Search | |
[-- PRODUCT.SearchKeywords --] | Search Keywords |
Merchant-Definable Fields | |
[-- PRODUCT.Field1 --] | Extra Field 1 |
[-- PRODUCT.Field2 --] | Extra Field 2 |
[-- PRODUCT.Field3 --] | Extra Field 3 |
[-- PRODUCT.Field4 --] | Extra Field 4 |
[-- PRODUCT.Field5 --] | Extra Field 5 |
Miscellaneous | |
[-- PRODUCT.RecordNumber --] | The record number of the product |
Product More Info Page Tags |
|
Defines | |
[-- DEFINE MORE_INFO_PAGE --] | The beginning of HTML for a more info page template |
[-- END_DEFINE MORE_INFO_PAGE --] | The end of HTML for a more info page template |
Product Information | |
[-- PRODUCT.DisplayMoreInformationPage --] | Create a More Info page for this product? |
[-- PRODUCT.MoreInformationText --] | Product description for More Info page |
[-- PRODUCT.MoreInformationGraphic --] | Returns a full <img src> tag for the product More Info Page graphic. |
[-- IMAGE Product.MoreInformationGraphic --] | Returns the path and file name of the product More Information Page graphic, relative to the store’s media directory. |
[-- PRODUCT.MoreInformationFileName --] | The file name of the product More Info Page. |
[-- PRODUCT.MoreInfoURL --] | URL of product's More Info page |
Header and Footer | |
[-- MORE_INFO.DisplayPageHeader --] | True if merchant wants the Page Header on More Info pages. |
[-- MORE_INFO.DisplayPageFooter --] | True if merchant wants the Page Footer on More Info pages. |
Search | |
[-- SEARCH_FORM --] | Insert the search form |
Colors and Background | |
[-- MORE_INFO.BackgroundColor --] | Background color |
[-- MORE_INFO.BackgroundImage --] | Background image |
[-- MORE_INFO.TextColor --] | Text color |
[-- MORE_INFO.LinkColor --] | Link color |
[-- MORE_INFO.VisitedLinkColor --] | Visited link color |
[-- MORE_INFO.ActiveLinkColor --] | Active link color |
|
||||
|
© 2007, ShopSite, Inc. ShopSite Shopping Cart Software |