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