Andrew H Posted November 28, 2009 Share Posted November 28, 2009 I'm trying to hide "tax excluded" from the front office.I'm using the advice found on the forums to hide it using the translation front office function (under tools).After making updates, most have no effect and on re-visiting the back office, the updates have been lost. I've tried changing permissions (though this has never been a problem before). Any ideas??Really appreciated as I need to lose reference to tax in my store.I've recently installed a new theme. Until the new theme was installed I had no problems but this is the only problem I'm having.thanksAndrwe(if PS team are reading, you should definitely include a "none" option on showing tax as some countries don't usually show tax or for small businesses that don't need to pay tax) Link to comment Share on other sites More sharing options...
shaiss Posted March 9, 2010 Share Posted March 9, 2010 I have the same issue as you regarding telling PS to hide the tax and it still shows it. Have you resolved this issue? Link to comment Share on other sites More sharing options...
Andrew H Posted March 9, 2010 Author Share Posted March 9, 2010 HelloYes, I did get around it using the code someone else here posted on the forum to resolve the problem...it’s problem with Suhosin module, which doesn’t allow to post enough variables in one form – In new file called php.ini you must write this two lines and put php.ini in yoursite/prestashop/admin directory(whatever you've called it):suhosin.request.max_vars = 2048suhosin.post.max_vars = 2048 This gets around the tax problem if that was part of your query:Go to Tools > Translations, select “Front Office Translations”, click a flag, then find all “(tax excl.)”, “Tax exc.”, “tax excl.” and “-Tx” and enter re-enter them without the tax excluded partFor the ones that are blank after deleting the tax excluded part, put a space in the text field. Do the same for the “Modules translations”.I can't take credit for either of these fixes, I found them both on the focum a while back.thanksAndrew 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