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:

  1. [invoicenum_prefix]
  2. [invoicenum]
  3. <!------ START: Confirmation ---------------------------------->
  4. [expiration_date]
  5. <!--START: items-->
  6. <!--START: itemid-->
  7. [itemid]
  8. <!--END: itemid-->
  9. [itemname]
  10. [eproduct_file]
  11. [catalogid]
  12. [orderkey]
  13. [file_count]
  14. <!--START: serial-->
  15. [serial]
  16. <!--END: serial-->
  17. <!--START: eproduct_instructions-->
  18. [eproduct_instructions]
  19. <!--END: eproduct_instructions-->
  20. <!--END: items-->
  21. <!------ 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