johnt Posted November 19, 2017 Share Posted November 19, 2017 (edited) Hello to everyone, I want to ask if it is possible to increase the limit of the input value for the weight field ? Prestashop strips down long numbers. For example, i want to enter 0.0018 Kg but Prestashop will save the value as 0.002 Kg Thank you, John Edited November 19, 2017 by johnt Removing duplicate screenshot upload (see edit history) Link to comment Share on other sites More sharing options...
premiumpresta Posted November 24, 2017 Share Posted November 24, 2017 By default the number is displayed rounded at 3 decimals. If you really need to change it to display 4 decimals edit ProductShipping.php and add a new parameter for the weight field: 'scale' => 4 Note that it is a core file and your changes will not be preserved after an update. Link to comment Share on other sites More sharing options...
johnt Posted November 26, 2017 Author Share Posted November 26, 2017 Thank you. I will try that. John 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