register_affiliate.html


Purpose: This template controls the display of the registration page when users sign up for an Affiliate Account.

Code Blocks

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

 
   [affiliate_register]
    <!--START: CATEGORY_HEADER-->
        [CONTENT]
    <!--END: CATEGORY_HEADER-->
        [strWebsite]
        [strTaxId]
        [affiliate_register-terms-condition]
        [bolAccept]
    <!--START: CATEGORY_FOOTER-->
        [CONTENT]
    <!--END: CATEGORY_FOOTER-->

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.

  • [affiliate_register] – Displays the Title of the “Affiliate Register” heading of the page. (See Settings ->Design ->Store Language)
  • [strWebsite] – Used by the Software to reference/record the “Website Address” input of the Registration Form.
  • [strTaxId] – Used by the Software to reference/record the “Tax ID#” input of the Registration Form.
  • [affiliate_register-terms-condition] – Displays the Text of the “Terms and Conditions” wording for the Affiliate Program. (See Settings ->Design ->Store Language)
  • [bolAccept] – Used by the Software to record the Registrant’s acceptance of the Terms and Conditions.
X