LemonStand Documentation

Payment receipt for inclusive tax environments

If you are building a store for an inclusive tax environment, you need to modify the order receipt page to display item prices, discounts and totals in the inclusive tax mode. Please use the following field tables to replace exclusive tax values with inclusive tax values:

Order item list

Exclusive tax fieldInclusive tax field
$item->single_price $item->price_tax_included
$item->discount $item->discount_tax_included
$item->subtotal $item->subtotal_tax_incl

Order fields

Exclusive tax fieldInclusive tax field
$order->discount $order->discount_tax_incl
$order->shipping_quote $order->shipping_quote_tax_incl


Previous: Payment Receipt page
Return to Payment Receipt page