Page Alignment, Columns, Width and Borders
Alignment
PAGE.Layout returns the alignment to be applied to products and page links on the page. Possible values are:
- Left aligned
- Right aligned
- Staggered; Start left
- Staggered; start right
- Centered
The way that the page alignment/layout would be applied to a template would by setting up VAR tags for the various options which could be selected in the pull down menu, and by placing the VAR tag where you would like the alignment to go/what you would like the alignment to affect (such as the products or links on a page):
Columns
The PAGE.Columns tags is only used within one of the LOOP tags. PAGE.Columns makes it so that the LOOP tag automatically adds the TR tags where needed. For example, if you have the page columns set to 2 columns, then the LOOP PRODUCTS tag will automatically end a row and start a new row after every 2 products. The PAGE.Columns tag would be placed in a template similar to:
Borders
The PAGE.DisplayColumnBorders tag is a tag which represents a checkbox on the Edit Page Layout screen. Because it is a checkbox rather than an actual number you would need to create VAR tags in order to use this tag. The code for this tag and the corresponding VAR tags would be similar to:
Width
The PAGE.width returns a string indicating the percentage of the page width that is to be used to display information. Possible values are:
- 100%
- 90%
- 85%
- 75%
- 65%
- 50%
Including the PAGE.Width tag in a template would look similar to:

