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.

  1. This is a normal HTML file, it can be designed in any manner possible.
  2. There is a working page already in place. You can simply modify this file to include the company logo and colors.
  3. The actual error message can be referenced using this code:
    <!-- ERROR_MESSAGE -->

  4. All of the normal macro variables (<!-- TYPE: variable -->) are available to you.
    See the Variables page for more info.

Main Menu Next Page