In Prestashop, it is so annoying that after editing and saving a CMS page (in the BO), I am automatically redirected to the CMS main page. If I want to edit again, I have to click on “edit” again and it gets really repetitive.
Is there any way to alter the admin/tabs/adminCMS.php so that saving edits does NOT redirect me to the CMS main list page?
Any help would be much appreciated.
thank you for the reply. I’m using Prestashop 1.4.9, so I didn’t have that functionality. Someone on Prestashop forum let me know the solution:
Go to admin directory/tabs and open AdminCms.php. About line 295 find and delete or comment out
and add
Works perfectly