Goldmaverick Posted January 13, 2012 Share Posted January 13, 2012 (edited) I have my site at (hidden link), and I need help setting the tax to show. I have set a tax rate of 8% and applied it to all the countries (to see if it shows in the cart), but it does not. Edited December 27, 2012 by Goldmaverick (see edit history) Link to comment Share on other sites More sharing options...
tdr170 Posted January 13, 2012 Share Posted January 13, 2012 When you entered your products did you set the tax rule. (pic 1) Under payment/ taxes do you have enable tax and display in cart checked. (pic 2) Link to comment Share on other sites More sharing options...
Calista Posted February 3, 2012 Share Posted February 3, 2012 I don't know about GoldMaverick, but I upgraded to the most recent version of PrestaShop (1.4.6.2) because I was having tax problems with an older version. I didn't help at all. I have set my tax rules, enabled taxes in my cart, and have indicated the tax to be calculted for each of my products. Makes no difference. No tax what so ever shows up in the cart. The word "Tax" doesn't even show up. At least in the older version, Presta pretended to calculate the tax; even though it was wrong. See image of cart: Link to comment Share on other sites More sharing options...
tdr170 Posted February 4, 2012 Share Posted February 4, 2012 This will fix the tax line not showing in your cart lines 64-67 of blockcart.php. Sorry I should have read your original post better I was thinking your taxes were not calculating correctly. original else $taxCalculationMethod = Group::getDefaultPriceDisplayMethod(); $useTax = !($taxCalculationMethod == PS_TAX_EXC); New else $taxCalculationMethod = Group::getDefaultPriceDisplayMethod(); $useTax = true; /*!($taxCalculationMethod == PS_TAX_EXC)*/; 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