Jump to content

popup cart shows taxes ! I have disabled taxes


Recommended Posts

Prestashop 1.6.0.9

 

The popup cart (layer_cart?) shows Price (tac incl)  and for shipping (tax excl)  as attached picture but I dont want it to show any.  The standard cart when paying doesnt show these as it shouldnt, but this popup cart seems to have no way of disabling this incorrect text from showing.

 

Any ideas ?

 

 

Thanks 

 

Rich

 

  

post-820908-0-93989200-1408535746_thumb.jpg

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...

Found the solution here:

 

You can remove by hiding code:

 

Go to ftp /themes/<YOUR_THEME>/modules/blockcart/blockcart.tpl

 

All 3 taxes can be hidden inside this file like so:

 

Total products: Ctrl F search for> "total products" and {*hide*} code like this:

 

{*{l s='(tax excl.)' mod='blockcart'}*}
                        {else}
                            {*{l s='(tax incl.)' mod='blockcart'}*}

 

Total shipping: Ctrl F search for> "total shipping" and {*hide*} code like this:

 

{*{l s='(tax excl.)' mod='blockcart'}*}{else}{*{l s='(tax incl.)' mod='blockcart'}*}

 

Total: Ctrl F search for> "total" and {*hide*} code like this:

 

{*{l s='(tax excl.)' mod='blockcart'}*}
                        {else}
                            {*{l s='(tax incl.)' mod='blockcart'}*}

 

Now all 3 tax should be gone after you saved en refreshed a few times

Edited by wjbeckett (see edit history)
  • Like 1
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...