{$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`]
{$status}
[`Current order status name`]
{$order_url}
[`An URL to access order page in customer personal account in storefront`]
{$order.params}
[`An array of other (custom) order parameter values`]
{$order.params.shipping_name}
[`Order selected shipping option name`]
{$order.params.payment_name}
[`Order selected payment option name`]
{$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 string for the moment of order creation`]
{$order.params.
shipping_est_delivery}
[`A string indicating approximate timeframe 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}
[`An array containing information about the customer according to the Contacts app setup and your storefront’s checkout contact info form`]
{$customer.name}
[`Customer full name`]
{$customer.first_name}
[`Customer first name`]
{$customer.last_name}
[`Customer last name`]
{$customer.email}
[`Customer email`]
{$customer.phone}
[`Customer phone`]
{$customer. … }
[`The list of available contact fields is defined in your store backend: Settings → Checkout → Contact info checkout step`]
{$shipping_address}
[`Shipping address as string`]
{$billing_address}
[`Billing address as string`]