Total taxes miss

Total taxes miss

Postby info@.....it » Tue Nov 29, 2011 5:31 pm

Hello,

in one page checkout (USING INBUILT BASKET TEMPLATE) the following information are displayed:

Amount related to object in the cart: €171,40
Subtotale: €141,65
Spedizione: €11,50

Totale: €182,90
Totale IVA(21%) €2,00

As you can see no taxes (21%) are included in subtotal and total taxes are only related to shipping.

I've try to play with checkboxes but I can't find a solution.

With VM TEMPLATE the result is correct, obviously without shipping rate:

Amount related to object in the cart €171,40
Subtotale: €171,40

Totale: €171,40
Totale IVA: €29,75


The resume at the bottom of the page is always wrong:
Subtotale €141,65
Spedizione €11,50
Totale IVA(21%) €2,00
SubTotale: €182,90

Thanks,
M.
info@.....it
 
Posts: 4
Joined: Tue Nov 29, 2011 5:27 pm

Re: Total taxes miss

Postby admin » Tue Nov 29, 2011 8:40 pm

Hello, please alter this checkbox at the Tax tab:
If checked will use $order_tax variable from ps_checkout->calc_order_totals instead of $order_tax_details array of multiple tax rates.

Depending on your VM version, tax mode and your VM modifications this should solve the issue with the tax counting. If your taxes are not counted at all, please update to at least 1.2.290 version.

Best Regards,
Stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Re: Total taxes miss

Postby info@.....it » Wed Nov 30, 2011 11:18 am

Great,

I've checked also the following option: Sum tax and shipping tax at all views at checkout (Mostly used when your shopper group does not see prices with VAT)
The things goes right now.

Just another question: how can I remove the subtotale shown in red? Is it a php customization?

bought object amount: €171,40
Subtotale: €141,65
Spedizione: €7,50

Totale: €178,90
Totale IVA €31,05
info@.....it
 
Posts: 4
Joined: Tue Nov 29, 2011 5:27 pm

Re: Total taxes miss

Postby admin » Wed Nov 30, 2011 9:01 pm

Hello,
you can do it with CSS of the selected template. If you are using pbv_multi with inbuilt basket, you will find the totals at the very bottom of onepage.unlogged (and logged).tpl.php

These totals are also in basket.html.php and can be customized.

you can find some div like this
<div id="totals">...</div>
and you can change it to
<div id="totals" style="display: none;">...</div>

Stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 1.1.x