Purpose: This template controls the "Thank You" page which appears when customers submit a new RMA to the store.
Code Blocks
							Note: It is important to preserve the commented tags to ensure the software performs correctly.
						
 
     [rma_header-new-thankyou]
    <!--START: CATEGORY_HEADER-->
        [CONTENT]
    <!--END: CATEGORY_HEADER-->
        [rma_new-thankyou-message]
        [oid]
        [RmaNumber]
        [rma_header-new-viewdetails]
    <!--START: CATEGORY_FOOTER-->
        [CONTENT]
    <!--END: CATEGORY_FOOTER-->
    <!--END: NEW-->
						
													Note: Code blocks and their respective variables will only work with specific template pages.
Variables
Note: Some of the following variables are dynamically inserted from your cart’s Settings ->Design ->Store Language section.
- [rma_header-new-thankyou] – Displays the Title of the “Create New RMA” heading of the page. (See Settings ->Design ->Store Language)
 - [rma_new-thankyou-message] – Displays the Text of the “Your RMA number is…” message on the page. (See Settings ->Design ->Store Language)
 - [oid] – Used by the software to insert and reference the Order number for which the RMA is being left.
 - [RmaNumber] – Used by the software to insert and reference the RMA number for the “View Details” link/button.
 - [rma_header-new-viewdetails] – Displays the Title of the “View Details” link/button. (See Settings ->Design ->Store Language)