1. On the checkout_receipt and checkout_receipt_print HTML template pages, place the {RECEIPT-PRODUCT-BLOCK-END} tag after all product related QuickCode tags to display the customers order information on the receipt pages. Use the {RECEIPT-PRODUCT-BLOCK-BEGIN} tag before all of the product related tags.
2. Example:
Order info:
{RECEIPT-PRODUCT-BLOCK-BEGIN}
{PRODUCT-NAME} - {PRODUCT-PRICE}
{RECEIPT-PRODUCT-BLOCK-END}
3. Would display:
Order info:
Product A - $2.99
Product B - $5.99 |