Jump to content

[SOLVED] Displaying tax charged to client


Recommended Posts

  • 4 weeks later...

I solved this issue using the following line of code added to classes/cart.php

'taxrate1' => round((($this->getOrderTotal(true, 1) - $this->getOrderTotal(false, 1)) / $this->getOrderTotal(false, 1)) * 100)



I then called $taxrate1 in mytheme/shopping-cart.tpl

Hope this helps others!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...