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:

    <!--START: BODY_HEADER-->
        [frame_breadcrumb-home]
        [id]
        [dberror_name]
    <!--END: BODY_HEADER-->
    <!--START: CATEGORY_HEADER-->
        [CONTENT]
    <!--END: CATEGORY_HEADER-->
        [dberror_returnpage]
        [dberror_name]
        [dberror]
    <!--START: RETURNMESSAGE-->
        [error_returnmessage]
        [dberror_returnpage]
    <!--END: RETURNMESSAGE-->
    <!--START: CATEGORY_FOOTER-->
        [CONTENT]
    <!--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