You are here:
Configure Email Tags
Email tags in Point of Sale are placeholders for email and print templates that pull specific information from data that are then shown instead of the actual placeholder.
Use Email Tags
- Create an email template by going to Store Management | Email & Print Templates.
- Create a template either from scratch or a pre-configured one.
-
In the toolbar, click on the PS Tags dropdown and choose which tag you wish to insert.
- Once you have all the changes made, save and publish your template by clicking on Publish in the upper right.
List View and Grid View
In CMS, there are two ways to display the products in a template - list view and grid view. With the list view, the product information will sit below one another. While with the grid view, the product information will sit vertically and horizontally from each other.
Email Template with Product List View
The list view tag renders X number of products.
The product information (e.g., {ProductTitle}) between the start
({product_template_placehodler_start}) and end
({product_template_placehodler_end}) tags are duplicated for each
product. The variables are then substituted with the corresponding product
information.

Tag Structure
{product_template_placeholder_start}
{ProductID}
{ProductUrl}
{ProductImageUrl}
{ProductTitle}
{ProductListPrice}
{ProductSize}
{ProductColor}
{ProductQuantity}
{product.CustomString12}
{product_template_placeholder_end}
Dynamic Tags
For product information, besides the static tags (e.g.,
{ProductID}), the Email Template also supports dynamic tags (e.g.,
{product.CustomString12}, dynamic tags use product as prefix to
denote).

These tags can be enabled by going to CMS > Feeds> Field Mappings.
To enable a tag, map a new/existing source field to the desired target field and the target field will show in Email Template > PS Tags > Products.
Email Template with Product Grid View
Email templates with grid views are structured to display a product list in two columns.
Similar to the list view, the grid view renders X number of products. However, the grid view also allows for different UI treatments of odd (1st product, 3rd product, etc.) and even (2nd product, 4th product, etc.) products. The grid view has an additional tag, {product_template_even_start_1}, which communicates to the platform to access and display the even product's properties in the second column. The products are displayed in their respective columns until there are no more products to display.
Tag Structure
{product_template_placeholder_start}
| Odd Products | Even Products |
|
|
{product_template_placeholder_end}

