sheseqResponseMessage
For eCommerce under the Sheseq eCommerce gateway, you can use the sheseqResponseMessage tqTag to format Sheseq messages in a user-friendly manner.
sheseqResponseMessage - Syntax
<tqtag type="sheseqResponseMessage" >
...
</tqtag>
sheseqResponseMessage - Parameters
| Parameter Name |
Type |
Mandatory |
Strict | Transitional |
Case Sensitive |
Description |
| type |
Text |
+ |
S |
+ |
must be sheseqResponseMessage |
sheseqResponseMessage - Local Variables
| Name |
Type |
Size |
Description |
| addDate |
datetime |
|
The datetime the response message was created or last modified. can be formated using 2010-02-18 10:20:02df:[format]! |
| adminID |
number |
5 |
The databse id of the admin created the mesage |
| code |
text |
8 |
The code returned by sheseq |
| id |
number |
5 |
Database id for the code returned by sheseq |
| parentID |
number |
5 |
the language id |
| title |
text |
20 |
The text, in the current language for the sheseq code |
sheseqResponseMessage - Examples
Example 1 - use of sheseqResponseMessage tqtag to show error in credit card processing
<tqtag type="sheseqResponseMessage" >
<div>
We are sorry, but the transaction could not be completed. <br />
Error message received: <b>@title@</b>
</div>
</tqtag>
sheseqResponseMessage - tqOptions
With the sheseqResponseMessage tqtag, you can use the following tqoptions:
if.