Tokens are tags that you place in the template.ascx file and many of them even in your topic pages to add certain information, shortcut or capabilities to your website. The tokens are parsed by the software and replaced with the correct information each time a page is invoked.
List of Skin Tokens |
||
Skin Token Names |
Description |
|
(!STORE_VERSION!) |
Gets the store version |
|
(!COPYRIGHTYEARS!) |
Displays "xxxx - yyyy" where xxxx is the year in the "StartingCopyrightYear" AppConfig and yyyy is the current year |
|
(!SKINID!) |
Returns the current skin ID |
|
(!SITENAME!) |
Displays the value in the appconfig "StoreName" |
|
(!SITE_NAME!) |
Displays the value in the appconfig "StoreName" |
|
(!STORELOCALE!) |
Returns the locale that is set for the store in the web.config file |
|
(!LOCALESETTING!) |
Returns the current locale of the customer viewing the page |
|
(!CUSTOMERLOCALE!) |
Returns the current locale of the customer viewing the page |
|
(!SEARCH_BOX!) |
Renders a search box and button to the page & clicking the button links to search.aspx |
|
(!HELPBOX!) |
Renders a styled table containing the help topic to the page |
|
(!HELPBOX_CONTENTS!) |
Renders only the contents of the help topic to the page |
|
(!NEWS_SUMMARY!) |
Displays a list of current news summaries to the page |
|
(!CATEGORY_PROMPT!) |
Displays appconfig "AppConfig.CategoryPromptPlural" if available, and if not available then it displays the string skinbase.cs.3 string resource |
|
(!CATEGORY_PROMPT_SINGULAR!) |
Displays appconfig "AppConfig.CategoryPromptSingular" if available, and if not available then it displays the string skinbase.cs.3 string resource |
|
(!CATEGORY_PROMPT_PLURAL!) |
Displays appconfig "AppConfig.CategoryPromptPlural" if available, and if not available then it displays the string skinbase.cs.3 string resource |
|
(!SECTION_PROMPT!) |
Displays appconfig "AppConfig.SectionPromptPlural" if available, and if not available then it displays the string skinbase.cs.3 string resource |
|
(!SECTION_PROMPT_SINGULAR!) |
Displays appconfig "AppConfig.SectionPromptSingular" if availalble, and if not available then it displays the string skinbase.cs.3 string resource |
|
(!SECTION_PROMPT_PLURAL!) |
Displays appconfig "AppConfig.SectionPromptPlural" if available, and if not available then it displays the string skinbase.cs.3 string resource |
|
(!MANUFACTURER_PROMPT!) |
Displays appconfig "AppConfig.ManufacturerPromptPlural" if availalble, and if not available then it displays the string skinbase.cs.3 string resource. |
|
(!MANUFACTURER_PROMPT_SINGULAR!) |
Displays appconfig "AppConfig.ManufacturerPromptSingular" if available, and if not available then it displays the string skinbase.cs.3 string resource |
|
(!MANUFACTURER_PROMPT_PLURAL!) |
Displays appconfig "AppConfig.ManufacturerPromptPlural" if available, and if not available then it displays the string skinbase.cs.3 string resource |
|
(!CATEGORY_BROWSE_BOX!) |
Renders a styled table with a list of the categories. This token will soon be deprecated in favor of XmlPackages. |
|
(!SECTION_BROWSE_BOX!) |
Renders a styled table with a list of the sections. This token will soon be deprecated in favor of XmlPackages. |
|
(!ADVANCED_CATEGORY_BROWSE_BOX!) |
Renders a styled table with a list of the categories. This token will soon be deprecated in favor of XmlPackages. |
|
(!ADVANCED_SECTION_BROWSE_BOX!) |
Renders a styled table with a list of the sections. This token will soon be deprecated in favor of XmlPackages. |
|
(!ADVANCED_MANUFACTURER_BROWSE_BOX!) |
Renders a styled table with a list of the manufacturers. This will soon be deprecated in favor of XmlPackages. |
|
(!COUNTRYDIVVISIBILITY!) |
Returns "hidden" if only one language is set up, or "visible" if multiple languages exist. Can be used to set the visibility properties of the !COUNTRYSELECTLIST! token. |
|
(!COUNTRYDIVDISPLAY!) |
Returns "none" if only one language is set up, or "inline" if multiple languages exist. Can be used to set the visibility properties of the !COUNTRYSELECTLIST! token. |
|
(!COUNTRYSELECTLIST!) |
Displays a dropdown list of installed locales that customers can use to choose the language to view the site in. |
|
(!CURRENCYDIVVISIBILITY!) |
Returns "hidden" if only one currency is set up, or "visible" if multiple currencies exist. Can be used to set the visibility properties of the !CURRENCYSELECTLIST! token. |
|
(!CURRENCYDIVDISPLAY!) |
Returns "none" if only one currency is set up, or "inline" if multiple currencies exist. Can be used to set the visibility properties of the !CURRENCYSELECTLIST! token. |
|
(!CURRENCYSELECTLIST!) |
Displays a dropdown list of installed currencies that customers can use to choose the currency to view the site in. |
|
(!VATDIVVISIBILITY!) |
Returns "hidden" if either VAT is disabled or VAT.AllowCustomerToChooseSetting is false, or "visible" if VAT is on and VAT.AllowCustomerToChooseSetting is true. Can be used to set the visibility properties of the !VATSELECTLIST! token. |
|
(!VATDIVDISPLAY!) |
Returns "none" if either VAT is disabled or VAT.AllowCustomerToChooseSetting is false, or "inline" if VAT is on and VAT.AllowCustomerToChooseSetting is true. Can be used to set the visibility properties of the !VATSELECTLIST! token. |
|
(!VATSELECTLIST!) |
If VAT is enabled and VAT.AllowCustomerToChooseSetting is true, this displays a dropdown that allows customers to decide whether prices are shown with or without VAT added. |
|
(!POLL!) |
Displays polls that have been created through the admin site. |
|
(!SUBSCRIPTION_EXPIRATION!) |
Shows the current customer's subscription expiration date, or "Expired" if no subscription exists. |
|
(!PAGEURL!) |
Displays the current page's URL, and any query strings that were used to reach it (if applicable). |
|
(!RANDOM!) |
Displays a random number in the range of 1-7 |
|
(!HDRID!) |
Displays a random number in the range of 1-7 |
|
(!INVOCATION!) |
Displays the current page invocation. |
|
(!REFERRER!) |
Displays the current page referrer (if any). |
|
(!PAGINFO!) |
Outputs the full page info (invocation, currency, locale, etc). This is only viewable by viewing the page source, does not display. |
|
(!USER_NAME!) |
Displays "You're logged in as " where customer name is the currently logged-in customer, with a link to their account page |
|
(!USER_MENU_NAME!) |
Displays the customer's name |
|
(!USER_MENU!) |
Displays a link to the account page, and a link to sign in/out depending on current login state. |
|
(!NUM_CART_ITEMS!) |
Displays the number of items in the customer's cart. |
|
(!CARTPROMPT!) |
Displays the contents of the CartPrompt AppConfig. |
|
(!NUM_WISH_ITEMS!) |
Displays the number of items in the customer's wishlist. |
|
(!SIGNINOUT_TEXT!) |
Displays "Login" or "Logout" depending on the current login state. |
|
(!SIGNINOUT_LINK!) |
Displays "Login" or "Logout" depending on the current login state, with links to either signin.aspx or signout.aspx. |
|
(!MINICART!) |
Displays the minicart. Configurable with the Minicart AppConfigs. |
|
(!MINICART_PLAIN!) |
Displays the minicart. Configurable with the Minicart AppConfigs. |
|
(!CUSTOMERID!) |
Displays the customer's 5-digit ID. |
|
(!SECTION_TITLE!) |
Displays the "breadcrumb" for the customer's location on the site. |
|
(!SUPERSECTIONTITLE!) |
Displays the "breadcrumb" for the customer's location on the site. |
|
(!METATITLE!) |
Displays the page's meta title information. |
|
(!METADESCRIPTION!) |
Displays the page's meta description information. |
|
(!METAKEYWORDS!) |
Displays the page's meta keywords information. |
|
(!SENOSCRIPT!) |
Inserts the contents of the SE_MetaNoScript AppConfig. |
|
(!GRAPHICSCOLOR!) |
Displays the contents of the GraphicsColorDefault AppConfig. |
|
(!CONTENTSBGCOLOR!) |
Displays the contents of the ContentsBGColorDefault AppConfig. |
|
(!PAGEBGCOLOR!) |
the contents of the PageBGColorDefault AppConfig. |
|
(!ADDRESS_VERIFICATION_DIALOG!) |
Displays the address dialog display when user enters an invalid postal code. The dialog will allow user to select the correct postal code and city |
|
(!SOCIALMEDIA_FEEDBOX!) |
Displays thes latest facebook wallpost (facebook feeds) |