redeemitem.html


Purpose: This template displays when a customer completes an order using redeemable points.

Code Blocks

Note: It is important to preserve the commented tags to ensure the software performs correctly.

   
         [rewards_details-detail]
        <!--START: myAccount-->
        <!--END: myAccount-->
        <!--START: CATEGORY_HEADER-->
            [CONTENT]
        <!--END: CATEGORY_HEADER-->
        <!--START: ordercompleted-->
            [rewards_redeem-redeemOrderCompleted]
            <!--START: invoicedata-->
                [rewards_redeem-redeemYourInvoice]
                [invoicenum_prefix]
                [invoicenum]
                [<a href="ordertracking.asp?action=view&id=[orderid]">details</a>]
            <!--END: invoicedata-->
            [rewards_redeem-redeemThanks]
        <!--END: ordercompleted-->
        <!--START: CATEGORY_FOOTER-->
            [CONTENT]
        <!--END: CATEGORY_FOOTER-->

Note: Code blocks and their respective variables will only work with specific template pages.

Variables

Note: Many of the following variables are dynamically inserted from your cart’s Settings ->Design ->Store Language section.

  • [rewards_details-detail] – Displays the Title of the “My Rewards – Detail” heading of the page. (See Settings->Design ->Store Language)
  • [rewards_redeem-redeemOrderCompleted] – Displays the Title of the “Order Completed” message. (See Settings ->Design ->Store Language)
  • [rewards_redeem-redeemYourInvoice] – Displays the Title of the “Your Invoice #” label on the page. (See Settings ->Design ->Store Language)
  • [invoicenum_prefix] – Inserts the Order’s Invoice Prefix.
  • [invoicenum] – Inserts the Order’s Invoice Number.
  • [<a href=”ordertracking.asp?action=view&id=[orderid]”>details</a>] – Provides a link where the customer can view their Invoice for the order.
  • [rewards_redeem-redeemThanks] – Displays the Title of the “Thanks for your order!” message on the page. (See Settings ->Design ->Store Language)
X