Jump to content

Tax Line Not Showing In Cart ?


Recommended Posts

Prestashop 1.4.6.2 Standard theme

 

I have looked all over to an answer to this but did not find a current answer, I did find others with the same problem in older post and versions.

The tax in seperate line is checked to yes, all caches were cleared and nothing I do will make the tax line show in cart.

Take a look at the pics I think this could be potentially confusing for customers during checkout.

 

 

 

I did find this in an older post, this seems to force the tax line to show just don't know if this is the correct way to fix this issue.

 

original

else

$taxCalculationMethod = Group::getDefaultPriceDisplayMethod();

$useTax = !($taxCalculationMethod == PS_TAX_EXC);

 

New

else

$taxCalculationMethod = Group::getDefaultPriceDisplayMethod();

$useTax = true; /*!($taxCalculationMethod == PS_TAX_EXC)*/;

 

 

Any thoughts or comments are greatly appreciated.

 

 

(pics deleted)

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...