Help: View My Purchases Template

For more help, visit the WebGUI Community Wiki.

This template displays detailed information about transactions to the user.

notice
Any message from the system to be displayed to the user.
cancelRecurringUrl
A URL that allows the user to cancel a recurring transaction.
amount
The total amount of this transaction, formatted to two decimal places.
taxes
Taxes for this transaction, formatted to two decimal places.
inShopCreditDeduction
The amount of in-shop credit that has been applied to this order.
shippingPrice
Shipping price, formatted to two decimal places.
shippingAddress
The HTML formatted address to ship to.
paymentAddress
Formatted payment/billing address.
items
A loop containing all items associated with this transaction.
viewItemUrl
A URL to view details about this item from the transaction.
hasSku
A boolean which is true if the Asset that this item refers to is still in WebGUI. If this variable is false, then viewItemUrl should not be used.
price
The price of this item, formatted to two decimal places.
itemShippingAddress
The formatted shipping address for this item.
orderStatus
The internationalized status of this item, Shipped, Canceled, Backordered or Not Shipped.
itemId
The unique identifier for this item among all items in all transactions.
transactionId
The ID of the transaction that this item belongs to.
assetId
The assetId for this item.
configuredTitle
The configured title for the assetId. This is the regular title of the asset with customizations from the user.
options
JSON encoded options for the asset. You should probably not use this template variable.
shippingAddressId
The ID of the shipping address used for this item.
shippingName
The name assigned to the shipping address for this item.
shippingAddress1
The first line in a multi-line shipping address for this item.
shippingAddress2
The second line in a multi-line shipping address for this item.
shippingAddress3
The third line in a multi-line shipping address for this item.
shippingAddressCity
The city from the shipping address for this item.
shippingAddressState
The state from the shipping address for this item.
shippingAddressCountry
The country from the shipping address for this item.
shippingAddressCode
The code from the shipping address for this item.
shippingAddressPhoneNumber
The phone number from the shipping address.
lastUpdated
The date this transaction item was last updated.
quantity
The quantity of the SKU that was purchased.
price
The unformatted price of this SKU.
vendorId
The ID of the vendor of this item.
transactionId
The unique identifier for this transaction.
originatingTransactionId
If the transaction is a recurring transaction, this will contain the transactionId for the original purchase.
isSuccessful
Whether or not this transaction completed successfully.
orderNumber
A human readable number for the transaction.
transactionCode
Transaction code or ID given by the payment gateway. Not all gateways may support this.
statusCode
The status code that came back from the gateway when trying to process the payment.
statusMessage
The extended status message that came back from the payment gateway when trying to process the payment.
userId
The userId of the user who performed this transaction.
username
The name of the user who performed this transaction, to save you a username lookup.
shopCreditDeduction
The unformatted amount of shop credit used in this transaction.
shippingAddressId
The ID of the shipping address used for this transaction.
shippingAddressName
The name assigned to the shipping address.
shippingAddress1
The first line in a multi-line shipping address.
shippingAddress2
The second line in a multi-line shipping address.
shippingAddress3
The third line in a multi-line shipping address.
shippingAddressCity
The city from the shipping address.
shippingAddressState
The state from the shipping address.
shippingAddressCountry
The country from the shipping address.
shippingAddressCode
The code from the shipping address.
shippingAddressPhoneNumber
The phone number from the shipping address.
shippingDriverId
The unique identifier for the shipping driver used in this transaction.
shippingDriverLabel
The label for the shipping driver used in this transaction.
paymentAddressId
The ID of the payment address used for this transaction.
paymentAddress1
The first line in a multi-line payment address.
paymentAddress2
The second line in a multi-line payment address.
paymentAddress3
The third line in a multi-line payment address.
paymentAddressCity
The city from the payment address.
paymentAddressState
The state from the payment address.
paymentAddressCountry
The country from the payment address.
paymentAddressCode
The code from the payment address.
paymentAddressPhoneNumber
The phone number from the payment address.
dateOfPurchase
The date the purchase occurred.
isRecurring
A boolean that is true if this is a recurring transaction.
notes
Notes about this transaction.
 
 
Admin Console
Help: View My Purchases Template
*
Admin Console