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.
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 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: Creating a Payment Receipt Page
Return to Creating a Payment Receipt Page