gc_view.html

Purpose: This is the page that displays when clicking on the "View Details" link for purchased Gift Certificates


Note: This page only appears for shoppers who have purchased a gift certificate and it allows them to view details on the purchased gift certificate. Typically this page is used by shoppers who have purchased a gift certificate for someone else.


This page is not to be confused with the Gift Certificate Balance page (gc_balance.html) which is typically intended for the recipient of a Gift Certificate to check their Gift Certificate balance(s).

Code Blocks

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.

 [giftcertificate_details-detail]
      <!--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]
        [giftcertificate_details-header-to]
        [giftcertificate_details-header-message]
        <!--START: gcNoDetails-->
          [giftcertificate_details-nodetails]
        <!--END: gcNoDetails-->
        <!--START: gcDetails-->
          [certificate_date]
          [certificate_name]
          [certificate_amount]
          [certificate_balance]
          [gc_toname]
          [gc_toemail]
          [gc_tomessage]
        <!--END: gcDetails-->
        <!--START: gcTotal-->
          [account_gift-certificate-total-purchased]
          [total_gc]
          [account_gift-certificate-total-amount]
          [total_gcamount]
        <!--END: gcTotal-->
      <!--END: gc-->
      <!--START: CATEGORY_FOOTER-->
        [CONTENT]
      <!--END: CATEGORY_FOOTER-->

Codeblocks and its variables will only work in specific pages.

Variables

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)
X