This article lists the variables that Art Storefronts has surfaced on the "Order Confirmation" and "Thank You" pages which will allow you to track sales via affiliate tracking software. This is an advanced function and requires specific codes or coding to function. Please be aware that our technical staff do not write code and cannot assist with anything outside of what is listed in this article.
Order Information | |
Variable | Definition |
{{ order.subtotal_before_discount }} | The subtotal before discount, shipping, tax. |
{{ order.subtotal_after_discount }} | The subtotal after discount applied, but before shipping & tax. |
{{ order.number }} | This will display the number of the order that is unique to your website (recommended). |
{{ order.id }} | This will display the internal ID of the order, unique to Art Storefronts. |
{{ order.total }} | This will display the grand total of the order, after shipping, taxes, etc. |
{{ order.shipping_total }} | This will display the total shipping cost. |
{{ order.tax_total }} | This will display the order's total tax. |