Custom Error Output
If an error occurs, the client sees a custom error screen. This is a
normal HTML file, with a special variable to reference the error code.
In reality, any HTML file can be used for this.
The file can be any file of your choice, specified in the
Transact e-commerce Configuration.
By default, it is named error.html, and stored in the privdata/Transact/ directory.
- This is a normal HTML file, it can be designed in any manner possible.
- There is a working page already in place. You can simply modify this file to include the company logo and colors.
- The actual error message can be referenced using this code:
<!-- ERROR_MESSAGE -->
- All of the normal macro variables (<!-- TYPE: variable -->) are available to you.
See the Variables page for more info.