1. On the checkout_receipt and checkout_receipt_print HTML template pages, place the {RECEIPT-ADDRESS-BLOCK-END} tag after all address related QuickCode tags to display the customers address information on the receipt pages. Use the {RECEIPT-ADDRESS-BLOCK-BEGIN} tag above all of the address related tags.
2. Example:
Billing Address
{RECEIPT-ADDRESS-BLOCK-BEGIN}
{CUSTOMER-BILL-FIRST-NAME}{CUSTOMER-BILL-LAST-NAME}
{CUSTOMER-BILL-ADDRESS-1}
{CUSTOMER-BILL-ADDRESS-2}
{CUSTOMER-BILL-CITY}, {CUSTOMER-BILL-STATE-ISO} {CUSTOMER-BILL-ZIP}
{RECEIPT-ADDRESS-BLOCK-END}
3. Would display:
Billing Address:
John Smith
123 Denali View Dr.
Wasilla, AK 99687
|