Tokens are text that you place throughout your site to add dynamic information to a page or block of content. Tokens can be used in layout files and topics as well as category, and product descriptions.
Usage
To add tokens to a layout or view file use this format:
@Html.Token("TOKENNAME")
Or for more complicated tokens
@Html.Token("TOKENNAME", new { key = "value", key2 = "value2"})
Everywhere else (Topics, Category Descriptions, Product Descriptions, etc.) you can add tokens like this:
(!TokenName!)
Or for more complicated tokens:
(!TokenName Key='Value' Key2='Value'!)
For live token examples on your own AspDotNetStorefront site visit http://{YOURDOMAIN}/t-tokens.aspx. This topic page allows you to see all the available tokens and what they render out on your own site.
Available Tokens
ADDTOCARTFORM
Creates an add-to-cart form for a product