ShopSite Custom Template Tags

Global Tags
Page Tags
Product Tags
Search Tags
Shopping Cart Tags
Customer Registration Tags
Gift Certificate Tags
Mobile Tags
Order Management Tags
All Tags

For greater detail on these tags and how to use them, please see our Template Specification page.

Mobile Tags

Global Tags


These tags can be used on any page to render mobile content.
[-- IF SS_MOBILE --] Returns true if mobile feature is turned on.
[-- IF MOBILE --] Returns true if a mobile device is detected when the page loads(real time only).
[-- MOBILE_JAVASCRIPT --] This tag goes in the head of a page to generate the necessary Javascript for mobile page redirects.
[-- SS_MOBILE_REDIRECT --] This tag goes in the body of a page and will output the Javascript that will redirect to dynamically redisplay the page if a mobile device is detected.
[-- SS_MOBILE_PC --] This tag will create a link on mobile page to static version, on static page create a link to mobile (if it came from the mobile version).

Mobile Configuration


The following tags reference information entered on the Configure Mobile page of the back office.
[-- STORE.MB_HEADER --] The text/HTML of the mobile header.
[-- STORE.MB_FOOTER --] The text/HTML of the mobile footer.
[-- STORE.MB_TEXTCOLOR --] The default text color for mobile pages.
[-- STORE.MB_BACKGROUNDCOLOR --] The default background color for mobile pages.
[-- STORE.MB_LINKCOLOR --] The default link color for mobile pages.
[-- STORE.MB_VISITEDLINKCOLOR --] The default visited link color for mobile pages.
[-- STORE.MB_ACTIVELINKCOLOR --] The default active link color for mobile pages.
[-- STORE.MB_LINKX --] There are four possible page links (where X is replaced with the number of the appropriate link) that are used in the mobile menu.
[-- IF STORE.MB_UseCompanyLogo --] Returns true if the mobile pages have been configured to display the Company Logo.
[-- STORE.MB_CompanyLogo --] Image link to the Company Logo specified on the Configure Mobile page.
[-- STORE.MB_CompanyURL --] The URL specified for the company on the Configure Mobile page.
[-- STORE.MB_CompanyLINK --] Hyperlink that includes the above company URL.
[-- STORE.MB_AddToCart --] Instead of a button, mobile pages use text links to add products to the cart. This tag is the text for that link.
[-- MB_PageMenu --] This tag will either display the Menu or the Page Links depending on the configuration set in the Mobile Configure page of the back office.

ShopSite Shopping Cart Software