|
|
|
Custom Messaging
| Using Custom WWW-More Responses |
The WWW-More responses are displayed to your customers in the event
that a user error occurred while processing their transaction. You may
have any number of WWW-More responses, and each response can be up to
10,000 characters wrong.
- Establish the reply names for your WWW-More responses. If you had
already established WWW-More reply names for ITPS 1.3, you will have
the same WWW-More reply names available to you in ITPS 2.0. If you wish
to establish new reply names, contact your client account manager to
initiate the request.
- Use the Custom Message Utility to enter or alter your HTML code.
- Use the iResponseMoreInfo tag
on your web page to associate a WWW-More reply name with the page. For
example, if your 4 character publication description was "DEMO", and
you wanted to associate an error page called "New Offer Error", the
following tag would appear on your page:
-
- <input type=hidden name=iResponseMoreInfo value="DEMO.New
Offer Error">
- Use the designated double-bar substitution field, sMissingInfo
to display the missing or incorrectly entered information to your customer.
-
- "||sMissingInfo||"
|