Refers to the total for the entire transaction, including adding up all of the individual orders for each shipping address.
Example of Use
The following content in the web page's template: Grand Total: {RECEIPT-GRAND-TOTAL}
If the price of the product is $1.00 and the sales tax is 6% with an additional $1.00 shipping charge it will display the following when viewing that web page in the storefront: Grand Total: $2.06
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {RECEIPT-GRAND-TOTAL} QuickCode Tag is changed into the source code below prior to the web page being displayed.