Checkout form
{% form 'checkout' nonce:nonce %}{% endform %}
Checkout form includes these shipping values
Value | Description | Example |
---|---|---|
form.shipping | Text | |
form.grandTotal | cart.Amount.Total + shipping.Cost.Total | |
form.shippingTax | shipping.Cost.TotalTax | |
form.shippingCost | shipping.Cost.Total - shipping.Cost.TotalTax | |
form.shippingTaxRate | total shipping tax rate (handling+delivery) |
shipping.cost
fields
Value | Description | Example |
---|---|---|
form.shipping.cost.total | delivery+handling + taxes | |
shipping.cost.deliveryTax | tax amount on delivery fee | |
shipping.cost.handlingTax | tax amount on handling fee | |
shipping.cost.deliveryTaxRate | tax rates in percent on delivery fee | |
shipping.cost.handlingTaxRate | tax rates in percent on handling fee |