message.html


Purpose: This template is used to display system messages, much like "error.html," but for non-error messages such as the customer logout message. System messages can be edited from Settings ->Design ->System Messages.

Code Blocks

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

    
    [dberror_returnpage]
    [dberror_name]
    [dberror]
    <!--START: RETURNMESSAGE-->
    [error_returnmessage]
    [dberror_returnpage]
    <!--END: RETURNMESSAGE-->

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

Variables

Note: The 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.

  • [dberror_returnpage] – Used by the Software to provide a link back to the preceding page where the Message was generated.
  • [dberror_name] – Inserts the Title of the Message’s name. (See Settings ->Design ->System Messages)
  • [dberror] – Inserts the Text of the Message. (See Settings ->Design ->System Messages)
  • [error_returnmessage] – Inserts the Title of the “Click Here To Continue” button/link. (See Settings ->Design ->Store Language)
X