rikatredcell Posted August 20, 2014 Share Posted August 20, 2014 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 1 Link to comment Share on other sites More sharing options...
stepeek Posted September 7, 2014 Share Posted September 7, 2014 Yes! I need to know the answer on the same question. Who knows, please? Link to comment Share on other sites More sharing options...
wjbeckett Posted September 14, 2014 Share Posted September 14, 2014 (edited) 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 September 14, 2014 by wjbeckett (see edit history) 1 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