sachin427 Posted November 6, 2010 Share Posted November 6, 2010 I would like to display the amount of tax im charging my clients in my shopping cart summary. For expample, I would like it to display:"Total tax (tax%):"Instead of just "Total tax:"tax% will change depending on the clients shipping location. Thanks Link to comment Share on other sites More sharing options...
sachin427 Posted November 30, 2010 Author Share Posted November 30, 2010 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.tplHope this helps others! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now