LemonStand Version 1 Has Been Discontinued
This documentation is for LemonStand Version 1. LemonStand is now offered as a cloud-based eCommerce platform.
You can try the new LemonStand and learn about upgrading here.
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 |
Next: Customizing Invoices Templates
Previous: Displaying Individual Order Details
Return to Order History, Status, and Details