Purpose: This template is used for displaying System Error Messages to customers. System Error 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.
<!--START: BODY_HEADER-->
[frame_breadcrumb-home]
[id]
[dberror_name]
<!--END: BODY_HEADER-->
<!--START: CATEGORY_HEADER-->
[CONTENT]
<!--END: CATEGORY_HEADER-->
<form method="post" action="[dberror_returnpage]">
[dberror]
<!--START: RETURNMESSAGE-->
<input type="button" value="[error_returnmessage]" onclick="location.href='[dberror_returnpage]';" />
<!--END: RETURNMESSAGE-->
</form>
<!--START: CATEGORY_FOOTER-->
[CONTENT]
<!--END: CATEGORY_FOOTER-->
Note: Code blocks and their respective variables will only work with specific template pages.
Variables
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 preceding 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)