Jump to content

All discounts disappear from frontend and backend


Recommended Posts

Please try inspecting the issue after enabling error debugging, there must be some error when you are adding new discounts or accessing list of already added discounts.
 
You can enable error debugging by following the steps below:
 
- open file: config/defines.inc.php  (using FTP or hosting control panel)
 
- change 
define('_PS_MODE_DEV_', false);

To 

 define('_PS_MODE_DEV_', true);
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...