Change the design of your Redeemable Items Page
Purpose: This template displays all redeemable items available through a store's "rewards" program.
Note: It is important to preserve the commented tags to ensure the software performs correctly.
For example:
[rewards_details-detail]
<!--START: myAccount-->
<!--END: myAccount-->
<!--START: CATEGORY_HEADER-->
[CONTENT]
<!--END: CATEGORY_HEADER-->
[rewards_redeem-productsList]
<!-------- START: Item menu --------------------->
<!--START: CATEGORY_ITEMS-->
<!--START: ITEM_TEMPLATE-->
[catalogid]
[THUMBNAIL]
[name]
[name]
[reward_redeem]
[catalogid]
<!--END: ITEM_TEMPLATE-->
<!--END: CATEGORY_ITEMS-->
<!------------- END: Item menu ------------------------->
<!--START: CATEGORY_FOOTER-->
[CONTENT]
<!--END: CATEGORY_FOOTER-->
Note: Code blocks and their respective variables will only work with specific template pages.
Note: Several of these variables are used in multiple places on the page, with their dynamic content controlled by the code block used in each instance.