Store Tags
When editing your store’s custom html you are given the option to add tags into your code to make your store more dynamic. Listed below are all the possible tags you may use. If any link is not used on a specific page it will be removed so your customers will never see the tags.
- Tag: This is the actual tag to place in your code.
- Num Uses: This is the number of times you can use this tag. For most tags we only suggest the number of times to use it which means you can use that tag an unlimited amount of times. For a select few there is a required number of times you must use the tag.
- Use In: This is the only template file which will recognize this tag.
- Suggested File: This is the template file we suggest you use this tag in although you may choose a different file.
- Description: This is the general description of what this tag does.
*Although we do suggest that you use every tag at least once you are only required to use the ##content## and ##products## tags.
Required Tags
Tag: ##content##
Num Uses: Require: 1
Use In: Base Template
Description: This tag tells us where to insert your Home Page and Content Page into your Base Template. We also insert pages such as the Product Detail Page and the Cart Page here.
Tag: ##shoppingcarturl##
Num Uses: Require: 1
Use In: Base Template
Description: This is the url of your shopping cart. This must be included somewhere in your Base Template only if you have removed the PF header. You can insert this into an <a> tag:
<a http=”##shoppingcarturl##”>Shopping Cart</a> so that you have full control over how the link looks.
Num Uses: Require: 1
Use In: Content Template
Description: This is where we insert your products into your store. You can set the number of products to show on each row by going to Display Options in your Store Settings.
Menu Tags
Tag: ##menu##
Num Uses: Suggest: 1
Use In: Base Template
Description: This will display a menu of your sections. You can specify whether you would like to show only one level of sections or all of your sections by going to Display Options in your Store Settings.
Tag: ##menuwrapper##
Num Uses: Require: 0 or 2
Use In: Base Template
Description: Put this tag around your menu. If your menu code looks like:
Menu:
##menu##
Put the wrapper tag around the entire chunk of code:
##menuwrapper##
Menu:
##menu##
##menuwrapper##
This will remove the whole block of code between the wrapper tags if you don’t have any sections. Also, if you select ‘Don’t Show Menu’ in the Display options the block of code between the wrapper tags will be removed. Make sure if you use this tag to put TWO ##menuwrapper## tags, no more, no less!
Tag: ##pricingmenu##
Num Uses: Suggest: 1
Use In: Base Template
Description: This will display a pricing menu which allows your customers to constrain their search by several price ranges.
Tag: ##pricingmenuwrapper##
Num Uses: Require: 0 or 2
Use In: Base Template
Description: Put this tag around your pricing menu. If your pricing menu code looks like:
Shop by price:
##pricingmenu##
Put the wrapper tag around the entire chunk of code:
##pricingmenuwrapper##
Shop by price:
##pricingmenu##
##pricingmenuwrapper##
This will remove the whole block of code between the wrapper tags if a pricing menu cannot be generated. This usually happens if a section doesn’t have any products or there isn’t a wide enough range of pricing to warrant a price constraint. Also, if you choose not to show the pricing menu on the Display Options page the block of code between the wrapper tags will be removed. Make sure if you use this tag to put TWO ##pricingmenuwrapper## tags, no more, no less!
Tag: ##printfectionlinks##
Num Uses: Suggest: 1
Use In: Base Template
Description: This tag includes standard links to help your customer move around. The links are: My Account, Login/ Logout, Shopping Cart, Help
Store Tags
Tag: ##breadcrumb##
Num Uses: Suggest: 1
Use In: Base Template
Description: This will display a breadcrumb, or trail, showing your customer exactly where they are in your store.
Tag: ##logo##
Num Uses: Suggest: 1
Use In: Home Page
Description: An <img> tag is inserted in place of this tag which will display your logo.
Tag: ##logopath##
Num Uses: Suggest 1
Use In: Home Page
Description:
This is the url of your logo. You can insert this into an <img> tag:
<img src=”##logopath##”> so that you have full control over your image.
Tag: ##storename##
Num Uses: Suggest 1
Use In: Home Page
Description: This is the name of your store. You can edit the name of your store by going to the General tab in your Store Settings.
Tag: ##storeurl##
Num Uses: Suggest: 1
Use In: All Files
Description:
This will insert the url of your store. Used in an <a> tag:
<a href=”##storeurl##”>Text</a>
Num Uses: Suggest 1
Use In: Home Page
Description:
This is the description of your store. You can edit the description of your store by going to the General tab in your Store Settings.
Num Uses: Suggest: 1
Use In: All Files
Description:
This is the url of your store’s help pages. You can insert this into an <a> tag:
<a http=”##storehelpurl##”>Help</a> so that you have full control over how the link looks.
Section Tags
Tag: ##sections##
Num Uses: Suggest: 1
Use In: Content Page
Description: This will display the image, section name, and section teaser of all sections within the current section. To edit the look of these sections you will need to edit the CSS. View the possible CSS classes
Tag: ##sectionswrapper##
Num Uses: Require: 0 or 2
Use In: Content Page
Description: The section wrapper is just that, a wrapper. Place this tag at the beginning AND the end of your sections code. For instance if your sections code is:
Sections:
##sections##
Put the wrapper tag around the entire chunk of code:
##sectionswrapper##
Sections:
##sections##
##sectionswrapper##
If you don’t have any subsections in the current section then this whole block will be removed. Make sure if you use this tag to put TWO ##setionswrapper## tags, no more, no less!
Tag: ##currentsectiondescription##
Num Uses: Suggest: 1
Use In: Content Page
Description: This is the description of the current section being viewed. You can edit this by going to your Sections and Products page for the store.
Tag: ##currentsectionname##
Num Uses: Suggest: 1
Use In: Content Page
Description: This is the name of the current section being viewed. You can edit this by going to your Sections and Products page for the store.
Tag: ##currentsectionimage##
Num Uses: Suggest: 1
Use In: Content Page
Description: If the current section being viewed has an image this tag will be replaced by that image. You can add images to your sections by going to the Sections and Products page in your store.
