Amazingly Easy To Use With TreasureChest, you can download, install, and be ready to sell your first product in 5 minutes!

Insanely Customizable Using the power of MODx chunks and CSS, there are no limits or restrictions on what your store will look like.

 

Placeholders

A list of the placeholders made available by TreasureChest

General Page Placeholders Value
[+id+] The MODx document id for the current page.
[+pagetitle+] The page title for the current page.
[+longtitle+] The long title for the current page.
[+alias+] The MODx alias for the current page.
[+menutitle+] The menu title for the current page.
[+description+] The description fieldfor the current page.
[+introtext+] The summary field for the current page.
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.
Cart Document Placeholders Value
[+cart.id+] The unique database ID for the item.
[+cart.item_name+] The item's name from the TreasureChest Module.
[+cart.item_number+] A UPC or product code for the item. Useful for tracking sales trends.
[+cart.amount+] The price of the item
[+cart.shipping+] The cost of shipping for the item
[+cart.handling+] The cost of handling for the item
[+cart.tax+] The cost of tax for the item
[+cart.inventory+] The number of items in stock.
[+cart.weight+] The weight of the item
[+cart.weight_unit+] lbs (Pounds) or kgs (Kilograms)
[+cart.image+] the URL to the full size image for the item
[+cart.option_name_0+] The value for the "Option 1 Name" from the TreasureChest Module
[+cart.option_value_0+] The value for the "Option 1 Value" from the TreasureChest Module
[+cart.option_name_1+] The value for the "Option 2 Name" from the TreasureChest Module
[+cart.option_value_1+] The value for the "Option 2 Value" from the TreasureChest Module