Active
Project:
Ubercart 2 VAT support
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2012 at 19:20 UTC
Updated:
17 Mar 2012 at 19:59 UTC
If there is a shipping cost, there are two prices labelled with "Subtotal excluding VAT".
The latter price is higher, even though it has the same label. I think the latter would be better-labelled "Total excluding VAT", at least for the way I'm using Ubercart.
In my example, the order total preview looks like:
Order total preview:
Subtotal: £24.50
Standard delivery: £5.50
Subtotal excluding VAT: £25.00
VAT: £5.00
Order total: £30.00which reads oddly - how can the "Subtotal excluding VAT" be less than the "Subtotal" ?
I think it makes more sense like this:
Order total preview:
Subtotal: £24.50
Standard delivery: £5.50
Order total excluding VAT: £25.00
VAT: £5.00
Order total: £30.00
Comments
Comment #1
fonant commentedMy fix is quite simple, just change:
to
in uc_vat_line_item_tax_subtotal() in uc_vat.module