For more help, visit the WebGUI Community Wiki.
This template displays partial information about transactions to the user.
- viewDetailURL
- A URL for viewing more details about the user's transaction.
- amount
- Amount
- 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.