Thanks for trying my plugin!
The plugin asks WooCommerce about a line subtotal and shows it on the review form for a product. Probably, WooCommerce stores things like taxes at the order level, so they are not included in line subtotals.
Do you have a particular business case where this functionality doesn’t work as intended?
Thread Starter
kolli
(@kolli1337)
Thanks for the quick answer!
I don’t know if that helps, but here are screenshots from a test order of my shop:
Indeed the shown ‘total’ per line doesn’t include the VAT, although I’d expect it to be included…
So you’re saying I should check with WooCommerce, right?
Thanks for sharing the screenshots.
I’m not sure if checking this question with WooCommerce will help. From my experience, it is a normal practice to show prices for items without VAT, then show subtotals at the bottom of the invoice without VAT, VAT itself, and finally the total with VAT.
How prices are shown in email confirmations that WooCommerce sends to your customers? Is VAT included at the line item level or at the invoice level?
Thread Starter
kolli
(@kolli1337)
Indeed, checking with WC didn’t help much 😉
In email confirmations, prices are shown like this (only German, sorry). Taxes are included at all levels, then noted separately at the bottom on invoice level.
Does that make any sense to you? 🙂
[Line translations from German]
- Product 1 (incl. VAT)
- Product 2 (incl. VAT)
- Subtotal (incl. VAT)
- Shipping (incl. VAT)
- Payment method
- Total (incl. VAT)
- Total VAT 20%
- Total VAT 10%
-
This reply was modified 8 years, 1 month ago by
kolli.
I checked how prices for line items are calculated in WooCommerce and I think it should be possible to use similar approach in my plugin.
Can you share a screenshot of your tax settings in WooCommerce (WooCommerce > Settings > Taxes)?
Thread Starter
kolli
(@kolli1337)
Sure thing, here it is. Hope it helps 🙂
Please check version 3.19 of the plugin. It should include tax in prices if this is enabled in WooCommerce tax options (option “Display prices during cart and checkout”).