Template Pages

Change the design of your Error Page

Purpose: This template is used for displaying System Error Messages to customers. System Error messages can be edited from Settings ->Design ->System Messages.

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

For example:

  1. <!--START: BODY_HEADER-->
  2. [frame_breadcrumb-home]
  3. [id]
  4. [dberror_name]
  5. <!--END: BODY_HEADER-->
  6. <!--START: CATEGORY_HEADER-->
  7. [CONTENT]
  8. <!--END: CATEGORY_HEADER-->
  9. [dberror_returnpage]
  10. [dberror_name]
  11. [dberror]
  12. <!--START: RETURNMESSAGE-->
  13. [error_returnmessage]
  14. [dberror_returnpage]
  15. <!--END: RETURNMESSAGE-->
  16. <!--START: CATEGORY_FOOTER-->
  17. [CONTENT]
  18. <!--END: CATEGORY_FOOTER-->

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

Note: The Error Messages shown can be caused by any number of factors. For example, adding an item to cart without selecting required options, accessing a bad link, etc. The wording of the actual error messages can be edited from the Online Store Manager by going to Settings ->Design ->System Messages

  • [frame_breadcrumb-home] - Inserts the page's Breadcrumb.
  • [id] - Used by the Software to reference the proper ID of the error message.
  • [dberror_name] - Inserts the Title of the Error Message's name. (See Settings ->Design ->System Messages)
  • [dberror_returnpage] - Used by the Software to provide a link back to the preceeding page where the Error was generated.
  • [dberror] - Inserts the Text of the Error Message. (See Settings ->Design ->System Messages)
  • [error_returnmessage] - Inserts the Title of the "Click Here To Continue" button/link. (See Settings ->Design ->Store Language)

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

Screenshot of the error.html Template