Closed (fixed)
Project:
Ubercart 2 VAT support
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2009 at 09:53 UTC
Updated:
1 Oct 2010 at 20:00 UTC
Another feature request:
is it possible to itemise the taxes in the checkout page?
it is done in "Payment method" pane. The same is needed (in germany/EU) in the table where the products are listed:
current status is:
table class="cart-review":
Qty | Products | Price excl. VAT | VAT | Price
the better way would be: ( so there is a new column for each defined tax)
table class="cart-review":
Qty | Products | Price excl. VAT | name-of-tax-(1) | name-of-tax-(2) | ... | name-of-tax-(n) | Price
That woul be great!
Comments
Comment #1
longwaveI am not sure multiple taxes are calculated correctly at present; I'm in the UK and we only use one tax, worked examples where more than one tax is included (including calculations to show if it is compounded etc) would be useful here.
Comment #2
longwaveFurther to this I am now fairly sure that multiple taxes are not calculated correctly.
In the UK we only have one tax rate to apply, feedback and help from users in other countries which use two or more taxes is needed to improve this.
Comment #3
xibun commentedI have a feeling this is related to #552248: 2 VAT rates.
In my understanding the European law requires us to display the subtotals excl. VAT for each rate individually. Followed by applied VAT rate and VAT amount payable.
I haven't used or tested more than one VAT rate yet, so this might already be the case when following instructions in #552248: 2 VAT rates, but my guess is this is not yet implemented.
( P.S. if you want to see the official rules you can read page 43 (most important paragraphs (8)-(10)) of this document: http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ:L:2006:347:0001... )
Comment #4
longwaveA patch for this has been committed to HEAD, with thanks to SteffenR.