For more help, visit the WebGUI Community Wiki.
This template is used to display a form to the user where they can enter in contact and credit card billing information.
- errors
- A template loop containing a list of errors from processing the form.
- error
- One error from the errors loop. It will have minimal markup.
- formHeader
- The top of the form.
- formFooter
- The bottom of the form.
- cardNumberField
- A single text field for the user to enter in their credit card number.
- monthYearField
- A combination form field for the user to enter in the month and year of the expiration date for the credit card.
- cvv2Field
- A single text field for the user to enter in their credit card verification number. If the PayDriver is not configured to use CVV2, then this field will be empty.
- checkoutButton
- A button with an internationalized label to submit the form and continue the checkout process.
- shippableItemsInCart
- A boolean which will be true if any item in the cart requires shipping.
- subtotal
- The price of all the items in the cart.
- shipping
- Shipping price, formatted to two decimal places.
- taxes
- Taxes for this transaction, formatted to two decimal places.
- inShopCreditAvailable
- The amount of in-shop credit the user has.
- inShopCreditDeduction
- The amount of in-shop credit that has been applied to this order.
- totalPrice
- The total checkout price of the cart as it stands currently.