sheseq
When you implement the sheseq tqTag in a template, this enables the Sheseq eCommerce gateway for pages based on that template.
sheseq - Syntax
<tqtag name="sheseq0" type="sheseq" [createOrderOnSuccess] [resetShoppingCart]>
...
</tqtag>
sheseq - Parameters
| Parameter Name |
Type |
Mandatory |
Strict | Transitional |
Case Sensitive |
Description |
| type |
Text |
+ |
S |
+ |
must be sheseq |
| name |
Text |
+ |
S |
+ |
should be unique tqtag name in the template. no spaces/commas/single quote/double quotes allowed |
| createOrderOnSuccess |
|
- |
T |
+ |
If the credit-card is charged, create an order. |
| mailSubject |
|
|
|
|
(if sendOrderViaEmail) the email Subject line |
| resetShoppingCart |
|
- |
T |
+ |
If the credit-card is charged, reset the shopping-cart. |
| sendCopyTo |
|
|
|
|
(if sendOrderViaEmail) a BCC (hidden copy) email address |
| sendOrderViaEmail |
|
|
|
|
If the credit-card is charged, send an email to the customer. |
| shoppingCartRequired |
|
|
|
|
|
sheseq - Local Variables
irrelevant for this tqTag
sheseq - Examples
<tqtag name="sheseq0" type="sheseq" createOrderOnSuccess resetShoppingCart ></tqtag>
sheseq - tqOptions
There are no tqOptions available for this tqTag.