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.