Template Pages

Change the design of your Manufacturers List Page

Purpose: This is the page that displays when your shopper checks the balance on their gift certificates.

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

Think of our Code Blocks as code includes within your HTML document. For example, if you wanted to add a breadcrumb to your page, you need the breadcrumb codeblock, plus the necessary variables inside that codeblock.

For example:

[giftcertificate_balance-balance]
  <!--START: myAccount-->
  <!--END: myAccount-->
  <!--START: CATEGORY_HEADER-->
    [CONTENT]
  <!--END: CATEGORY_HEADER-->
  <!--START: gc-->
    [giftcertificate_details-header-date]
    [giftcertificate_details-header-code]
    [giftcertificate_details-header-amount]
    [giftcertificate_details-header-balance]
    <!--START: gcDetails-->
      [certificate_date]
      [certificate_name]
      [certificate_amount]
      [certificate_balance]
    <!--END: gcDetails-->
    [account_gift-certificate-check-balance]
    [registration_verification]
    <!--START: captcha-->
      [registration_verification_message]
    <!--END: captcha-->
    <!--START: recaptcha-->
      [recaptcha_theme]
      [recaptcha_key]
      [recaptcha_key]
    <!--END: recaptcha-->
  [account_gift-certificate-check-balance-go]
  <!--END: gc-->
  <!--START: CATEGORY_FOOTER-->
    [CONTENT]
  <!--END: CATEGORY_FOOTER-->

Codeblocks and its variables will only work in specific pages.

Think of our Codeblocks as code includes within your HTML document. For example, if you wanted to add a breadcrumb to your page, you need the breadcrumb codeblock, plus the necessary variables inside that codeblock.

  • [giftcertificate_balance-balance] - Displays the Title of the "Gift Certificate" header of the page. (See Settings ->Design ->Store Language)
  • [giftcertificate_details-header-date] - Displays the title of the "Date" column. (See Settings ->Design ->Store Language)
  • [giftcertificate_details-header-code] - Displays the title of the "Code" column. (See Settings ->Design ->Store Language)
  • [giftcertificate_details-header-amount] - Displays the title of the "Amount" column. (See Settings ->Design ->Store Language)
  • [giftcertificate_details-header-balance] - Displays the title of the "Balance" column. (See Settings ->Design ->Store Language)
  • [certificate_date] - Inserts the date the Gift Certificate was purchased/created
  • [certificate_name] - Inserts the gift certificate Code
  • [certificate_amount] - Inserts the Amount of the gift certificate
  • [certificate_balance] - Inserts the remaining balance left on the Gift Certificate
  • [account_gift-certificate-check-balance] - Displays the Text of the "Check Gift Certificate Balance" of the page. (See Settings ->Design ->Store Language)
  • [registration_verification] - Displays the Text of the "Verification" field on the page. (See Settings ->Design ->Store Language)
  • [registration_verification_message] - Displays the text of the "Type the word above?" legend on the page. (See Settings ->Design ->Store Language)
  • [recaptcha_theme] - If using ReCAPTCHA, this will insert the theme selected for display.
  • [recaptcha_key] - If using ReCAPTCHA, this will insert the ReCAPTCHA verification code for display.
  • [account_gift-certificate-check-balance-go] - INserts the text of the "GO" link/button. (See Settings ->Design ->Store Language)

Download this Template     (Save as a backup or edit to customize)

Screenshot of the gc_balance.html Template