alexislevrai Posted August 4, 2010 Share Posted August 4, 2010 Bonjour à tous !Je souhaiterai enlever la virgule a mon prix. J'ai très peu de produit et tous au tarif de 8€ j'aimerai donc afficher 8€ au lieu de 8,00€ comment dois-je m'y prendre et ou ?Merci pour votre aide.Prestashop rock Link to comment Share on other sites More sharing options...
DevNet Posted August 5, 2010 Share Posted August 5, 2010 Bonjour,Pour PrestaShop 1.3 :Dans le fichier defines.inc.php, changer la valeur de define('_PS_PRICE_DISPLAY_PRECISION_', 2); et la passer à define('_PS_PRICE_DISPLAY_PRECISION_', 0); Pour PrestaShop 1.2 :La valeur se change dans le fichier config.inc.phpBien cordialementA+ Link to comment Share on other sites More sharing options...
alexislevrai Posted August 5, 2010 Author Share Posted August 5, 2010 Merci beaucoup cela fonctionne parfaitement. 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