| Product Page Placeholders |
Value |
| [+treasure.id+] |
The unique database ID for the item. |
| [+treasure.item_name+] |
The item's name from the TreasureChest Module. |
| [+treasure.item_number+] |
A UPC or product code for the item. Useful for tracking sales trends. |
| [+treasure.amount+] |
The price of the item |
| [+treasure.shipping+] |
The cost of shipping for the item |
| [+treasure.handling+] |
The cost of handling for the item |
| [+treasure.tax+] |
The cost of tax for the item |
| [+treasure.inventory+] |
The number of items in stock. |
| [+treasure.weight+] |
The weight of the item |
| [+treasure.weight_unit+] |
lbs (Pounds) or kgs (Kilograms) |
| [+treasure.image+] |
An HTML Image tag for the full size image for the item |
| [+treasure.image.src+] |
The URL to the full size image for the item |
| [+treasure.image.thumb+] |
An HTML Image tag for the thumbnail image for the item |
| [+treasure.image.thumb.src+] |
The URL to the thumbnail image for the item |
| [+treasure.image.thumb.add+] |
A thumbnail of the image which, when clicked, adds the product to the cart. |
| [+treasure.image.thumb.hover+] |
A thumbnail of the image which, when hovered over, displays a larger view of the image in a tool-tip hover box. |
| [+treasure.image.thumb.thickbox+] |
A thumbnail of the image which, when clicked, opens the full size image in a thickbox. |
| [+treasure.image.thumb.add.hover+] |
A thumbnail of the image which combines adding to the cart on click and hover function |
| [+treasure.add+] |
A link to add the item to the cart using the text you specified in the TreasureChest configuration. |