Storefront Tags
Tags
Certain storefront settings support tags. All text field integration fields as well as any field denoted with Supports Tags will support tags. Tags are used surrounded by {{{ and }}}. For example {{{order_number}}}
{{{order_number}}} - The order number generated when a customer places on order on storefront. This is a randomly generated integer.
{{{storefront}}} - The storefront name
{{{shipping_address}}} - The shipping address entered by the customer
{{{billing_address}}} - The billing address entered by the customer
{{{additional_information}}} - The order notes entered by the customer (if enabled)
{{{customer_email_text}}} - The customer email text field
{{{customer_email_subject}}} - The setting for customer email subject. NOTE: This tag has not been tokenized, so any tags used in this field will still be in their {{{tag}}} format.
{{{storefront_url}}} - The login URL for the storefront in which the order was placed
{{{order_date}}} - The date the order was placed in MM/dd/yyyy format
{{{order_table}}} - An HTML table of products & bundles that were ordered, as well as the subtotal, tax, and total
{{{order_table_plain_text}}} - A plain text list of products & bundles that were ordered, as well as the subtotal, tax, and total.
{{{top_bundle}}} - The name of the highest priced bundle that was ordered (based on the total, or price x quantity)
{{{top_product}}} - The name of the highest priced product that was ordered (based on the total, or price x quantity)
{{{top_item}}} - The name of the highest priced bundle or product that was ordered (based on the total, or price x quantity)
{{{order_subtotal}}} - The subtotal of the order, before tax. Formatted as currency
{{{order_tax}}} - The tax amount. Formatted as currency
{{{order_total}}} - The order total after tax. Formatted as currency