Order details page for inclusive tax environments
If you are building a store for an inclusive tax environment, you need to modify the order details 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 field | Inclusive 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 field | Inclusive tax field |
|---|---|
| $order->discount | $order->discount_tax_incl |
| $order->shipping_quote | $order->shipping_quote_tax_incl |
Previous: Order details page
Return to Order details page

