WildeThang Posted January 26, 2009 Share Posted January 26, 2009 Greetings allHave a customer/client using PrestaShop and it seems when they are adding products in the Back Office they enter the price as say for example 19.99 .... then in the Front Office and also catalog listing in the Back Office all the prices for items are being rounded to whole dollars ie 19.99 shows as $20I've checked the settings for the currency they are using it says it is set to show decimals and when you edit a product it shows the correct price but these do not seem to be showing up correctly anywhere elseThanks in advanceWildeThang Link to comment Share on other sites More sharing options...
Ehinarr Posted January 26, 2009 Share Posted January 26, 2009 You just need to enable decimals to your currency. Link to comment Share on other sites More sharing options...
WildeThang Posted January 26, 2009 Author Share Posted January 26, 2009 Hi EhinarrI checked that was set correctly earlier and it was already tickedWildeThang Link to comment Share on other sites More sharing options...
Ehinarr Posted January 26, 2009 Share Posted January 26, 2009 It works now? Link to comment Share on other sites More sharing options...
WildeThang Posted January 26, 2009 Author Share Posted January 26, 2009 No - still rounding prices up to nearest dollar Link to comment Share on other sites More sharing options...
Burhan BVK Posted March 11, 2009 Share Posted March 11, 2009 If anyone is still having this problem, I faced it too. My problem was a missing line in the config file. You need to add the following line: define('_PS_PRICE_DISPLAY_PRECISION_', 2); Link to comment Share on other sites More sharing options...
Juhy Posted June 16, 2009 Share Posted June 16, 2009 Hi,my shop has low prices. (ex. 0,015€ / product).i have changed code: define('_PS_PRICE_DISPLAY_PRECISION_', 2); with this: define('_PS_PRICE_DISPLAY_PRECISION_', 3); On Back office i set price for product 0,015 €......but on front page price is rounded from 0,015€ to 0,020€ (i have 3 decimals!!!) I will be very grateful for any assistance Link to comment Share on other sites More sharing options...
se7en Posted July 25, 2009 Share Posted July 25, 2009 Anybody to help here ? Would be appreciated... Link to comment Share on other sites More sharing options...
gianvi Posted February 23, 2010 Share Posted February 23, 2010 none solved this questions ? Link to comment Share on other sites More sharing options...
Recommended Posts