Template Pages

Change the design of your Order History Page

Purpose: This template is used for the page that displays the download link when purchasing an e-product.

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

For example:

	[invoicenum_prefix]
	[invoicenum]
<!------ START: Confirmation ---------------------------------->
	[expiration_date]
  <!--START: items-->
    <!--START: itemid-->
      [itemid]
    <!--END: itemid-->
    [itemname]
    [eproduct_file]
    [catalogid]
    [orderkey]
    [file_count]
    <!--START: serial-->
      [serial]
    <!--END: serial-->
    <!--START: eproduct_instructions-->
      [eproduct_instructions]
    <!--END: eproduct_instructions-->
  <!--END: items-->
<!------ END: Confirmation ------------------------------------>

Note: Code blocks and their respective variables will only work with specific template pages.

Note: Several of these variables are used in multiple places on the page, with their dynamic content controlled by the code block used in each instance.

  • [invoicenum_prefix] - Inserts the Order Invoice's Prefix information.
  • [invoicenum] - Inserts the Order Invoice's Number information.
  • [expiration_date] - Inserts the Number of days the Link has before it will expire. (See Settings ->General ->Store Settings)
  • [itemid] - Inserts the Product's database ID.
  • [itemname] - Inserts the Product's Name information.
  • [eproduct_file] - Inserts a link to the eProduct file.
  • [catalogid] - Used by the Software to insert and reference the product's database ID for the download link.
  • [orderkey] - Used by the Software to insert and reference the product's order key for the download link.
  • [file_count] - Used by the Software to insert and reference the product's file count for the download link.
  • [serial] - Displays the assigned Serial Number for the eProduct.
  • [eproduct_instructions] - Inserts the eProduct's Download/Installation instructions.

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

Screenshot of the order-history-download.html Template