Slim Posted November 3, 2017 Share Posted November 3, 2017 Hi Everyone How do I clear smarty cache in prestashop. I am developing a module and hooking it to the product page with a 'displayProductTabContent.tpl' file in templates. When ever I update the tpl file and reload the page, the changes are not reflected. Someone suggested I should clear the smarty cache. How do I do that, thanks. Link to comment Share on other sites More sharing options...
gillesvt Posted November 3, 2017 Share Posted November 3, 2017 (edited) Hi, The best way is to go by FTP in the folder Cache and open Smarty, there is two folder. You have to clean inside both of them except the file .php inside each one. Edited November 3, 2017 by gillesvt (see edit history) 1 Link to comment Share on other sites More sharing options...
Simonas Invertus Posted November 8, 2017 Share Posted November 8, 2017 go to BO Advanced settings->Performance turn off cache while you are developing the module. 1 Link to comment Share on other sites More sharing options...
selectshop.at Posted November 8, 2017 Share Posted November 8, 2017 The best way is to disable on back-office like Simonas Invertus indicated. And if not disabled the best way for to delete the smarty cache is to do it from back-office as well. I don't suggest you delete things on FTP. Go to tab "advanced parameters -> performance" on right top of the site you will find an icon "clear cache". 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