Jump to content

Constant _PS_PRICE_DISPLAY_PRECISION


Recommended Posts

Hi, I have the same problem after one click upgrade to 1.6.0.11.

 

in 1.5 this 'was' defined in config/defines.inc.php

define('_PS_PRICE_DISPLAY_PRECISION_', 2);
 
in 1.6.0.11 it is defined in config/config.inc.php
define('_PS_PRICE_DISPLAY_PRECISION_', Configuration::get('PS_PRICE_DISPLAY_PRECISION'));
 
back up config/defines.inc.php and then delete 
define('_PS_PRICE_DISPLAY_PRECISION_', 2);
 
this should resolve the issue.
Link to comment
Share on other sites

Thank you, el Patron.

 

We have the 1.6.0.11 and the variable from 1.5 is already fixed.

 

The problem is due to a bad update procedure, who don't update all modules or functions. Prestashop has not really care of this.

In the time, we have made all updates from 1.5 to 1.6.0.11 and I'm sure there are modules or controllers not working in this version.

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...