1

Hi I need some customization with price module in magento 2.2.x version. I have setup 2 product currency USD and EUR, default currency is USD if an product have $100 USD and if I will change the price currency from USD to EUR and if Standard Conversion rate to Euros is 1.16547 then price of product will be 85.80 Euro but I need to add 10% price extra that means it should be approx 94.30. Hope it does make sense can anyone help how Can I customize it so product price will be change everywhere.

1 Answer 1

1

If you want to fix the conversion rates, then you can fill the custom conversion rates from Stores > Currency (Currency Rates).

If you want to customize the conversion rates imported by currency conversion API, then you need to modify the code of Magento_Directory module.

I hope that it makes sense.

2
  • I am not changing the conversion rates I just want to change the product price by adding some extra value after change the currency at front end for customers Commented Jul 4, 2018 at 6:31
  • Then you need to modify it by overriding Magento_Directory module. Commented Jul 4, 2018 at 7:33

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.