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

longwave’s picture

Status: Active » Postponed (maintainer needs more info)

I 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.

longwave’s picture

Further 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.

xibun’s picture

I 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... )

longwave’s picture

Status: Postponed (maintainer needs more info) » Fixed

A patch for this has been committed to HEAD, with thanks to SteffenR.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.