Hello,
I have a website with 2 stores, on in dollars and one in euros.
My magento based is dollars.
The euro price show up something like this 19.02 euros
Is there a way to have the euro price show up without the extra numbers but only as full numbers?
(even better if they could show up as they are indicated in the backoffice without the change from dollars to euros)
thanks!
Solved! Go to Solution.
Create a folder named `Lillik` and Sub folder `PriceDecimal` under app/code
Just download the code and add it under the PriceDecimal folder and run deployment.
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
https://github.com/lillik/magento2-price-decimal
You can use this opensource module. Furthermore, just enable it for specific store.
Thanks
Create a folder named `Lillik` and Sub folder `PriceDecimal` under app/code
Just download the code and add it under the PriceDecimal folder and run deployment.
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
@abdulrafaywaqar it's working, thanks for everything