Author Topic: Showing 2 taxes in cart  (Read 230 times)

conceptsk

  • Beginner
  • *
  • Posts: 11
    • Concepts K - conception site web
Showing 2 taxes in cart
« on: April 05, 2013, 11:25:04 AM »
Hi!

I am in Quebec (Canada) and we have 2 taxes. Both taxes must be applied per product.

So, in my cart I would like to see this two taxes separate rather than the total of these.

Is it possible?
Concepts K
Conception de site web
www.conceptsk.com

kkmediaproduction

  • Global Moderator
  • Full Member
  • *
  • Posts: 303
  • VirtueMart Developer
Re: Showing 2 taxes in cart
« Reply #1 on: April 05, 2013, 13:17:26 PM »
Yes, but you need PHP knowledge and must programming a override for your cart and invoice.

All taxes are available in arrays and with PHP you can show it.

conceptsk

  • Beginner
  • *
  • Posts: 11
    • Concepts K - conception site web
Re: Showing 2 taxes in cart
« Reply #2 on: April 08, 2013, 11:49:44 AM »
Thanks!

Finally, I choose tax per bill and all is ok. Except for shipping. The second tax (QST) taxes the first (HST)...

Ex. (total + QST) x HST   instead of   (total x QST) + (total x HST)

 
Concepts K
Conception de site web
www.conceptsk.com

VirtueMart Forum

Re: Showing 2 taxes in cart
« Reply #2 on: April 08, 2013, 11:49:44 AM »