Change the design of your Manufacturers List Page
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 purcased 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).
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_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.
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.