How can I change the price format?
-
Hi guys,
How can I change the price format from $800 to 800 $?
I tried to make some debuging in CurrencyFormatter but I can't change the format.
Thanks!! -
-
Hi @Norbert
Actually it depends on locale so if you use 'en' locale then it appears like $800 & if you use another locale like 'fr' then it will appear like - 10,00 $US (https://prnt.sc/oe51gc) .
According locale to locale its appearance change.
Thanks
Rahul Shukla -
okay, thanks Rahul !
-
@rahul where i need to change the locale from en to fr? I changed it in admin but it didn't work. Or i need to add option locale in the core.php line 400 public function currency?
Thanks! -
-
Norbert, clear the cookies and then check....