{$order}
[`An array containing information about the order`]
{$order.currency}
[`Order currency (ISO 3 code)`]
{$order.items}
[`An array containing information about ordered items`]
{$order.items[].price}
[`Item price`]
{$order.items[].quantity}
[`Ordered item quantity`]
{$order.items[].download_link}
[`Item download link (SKU attachment)`]
{$order.discount}
[`Order discount amount (in order currency)`]
{$order.tax}
[`Order tax amount (in order currency)`]
{$order.shipping}
[`Order shipping cost (amount in order currency)`]
{$order.total}
[`Order total (amount in order currency)`]
{$order.comment}
[`Customer’s comment to the order`]
{$order.params}
[`An array of other (custom) order parameter values`]
{$order.params.shipping_name}
[`Order selected shipping option name`]
{$order.params.shipping_description}
[`Order selected shipping option description`]
{$order.params.payment_name}
[`Order selected payment option name`]
{$order.params.payment_description}
[`Order selected payment option description`]
{$order.params.auth_pin}
[`A 4-digit PIN to access order info page (for customers without permanent account only)`]
{$order.params.storefront}
[`Domain and path to Shop-Script storefront where the order was placed`]
{$order.params.ip}
[`Customer’s IP address for the moment of order creation`]
{$order.params.user_agent}
[`Customer’s “User-Agent” value at the time of order creation`]
{$order.params.
shipping_est_delivery}
[`A string indicating an approximate time frame of the order delivery (if defined)`]
{$order.params.tracking_number}
[`Order shipment tracking number (if defined)`]
{$order.params. … }
[`The list of order params may vary depending on your workflow and plugin setup`]
{$customer}
[`Customer-related data array`]
{$customer.name}
[`Customer full name`]
{$customer.firstname}
[`Customer first name`]
{$customer.lastname}
[`Customer last name`]
{$customer->get('email', 'default')}
[`Customer email`]
{$customer->get('phone', 'default')}
[`Customer phone`]
{$customer. … }
[`The list of available contact fields is defined in your store backend: Settings → Checkout → Contact info checkout step`]
{$user}
[`An array containing information about current backend user (agent) sending a message`]
{$user.name}
[`User full name`]
{$user.firstname}
[`User first name`]
{$user.lastname}
[`User last name`]
{$user->get('email', 'default')}
[`User email`]
{$user->get('phone', 'default')}
[`User phone number`]
{$user. … }
[`The list of available contact fields is defined in your store backend: Settings → Checkout → Contact info checkout step`]
{$wa->shop->settings('name')}
[`Store name (as defined in General settings)`]
{$wa->shop->settings('phone')}
[`Store phone number`]
{$wa->shop->settings('email')}
[`Store primary email`]
{$workhour_days}
[`Store working days, e.g. Sun, Mon, Wed—Fri`]
{$workhour_from}
[`Start of store’s business hours; e.g., 9:00 am`]
{$workhour_to}
[`End of store’s business hours; e.g., 5:00 pm`]