I've built a magento site for a Canadian company where each state has a Retail sales tax and a federal tax rate and these rates differ! So, I set up the rates, and the Tax is being calculated correctly, ie the sum of the two tax rates is being calculated correctly. however on selecting the breakdown of tax mode in the admin panel, it would appear that there is something wrong with my setup.

Eg. Subtotal $129.99 GST/HST Quebec (5%) $ 16.25 Provincial Sales Tax Quebec (7.5%)
Tax $ 16.25 Grand Total $158.23

16.25 is 12% of $129.99 so the tax figure is correct. However it should be displaying as follows: Subtotal $129.99 GST/HST Quebec (5%) $ 6.50 Provincial Sales Tax Quebec (7.5%) $ 9.75 Tax $ 16.25 Grand Total $158.23

Anyone come across this before? Have any suggestions on how to fix it?

Many thanks, Fiona

link|improve this question

59% accept rate
feedback

closed as off topic by Lix, Bill the Lizard May 3 at 13:17

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

up vote 1 down vote accepted

After having some trouble with this myself, I ended up writing a blog post to help others deal with this issue.

Let me know if this helps: http://www.bluelotuscreative.com/blog/how-to-configure-magento-for-sales-tax-in-canada

link|improve this answer
Thanks for that doc.. although i had since solved the problem, this document will be very helpful to the next person who needs to set up the tax rates for the very complicated system in Canada!! – Fiona May 10 '10 at 13:55
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.