cancel
Showing results for 
Search instead for 
Did you mean: 

Stores different currencies issues

SOLVED

Stores different currencies issues

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!

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Stores different currencies issues

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

View solution in original post

4 REPLIES 4

Re: Stores different currencies issues

https://github.com/lillik/magento2-price-decimal
You can use this opensource module. Furthermore, just enable it for specific store.
Thanks

Re: Stores different currencies issues

Hi @abdulrafaywaqar 

 

Thanks a lot. 

Do you know under which file to add this extension?

 

Re: Stores different currencies issues

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

Re: Stores different currencies issues

@abdulrafaywaqar it's working, thanks for everything