0

I have the following needs I synchronized the products of occ system to magento2.4.5 CE, and when synchronizing the ladder prices of products, the ladder prices were multi-currency. magento2 does not use its own currency settlement rules. And I found that the magento2 ladder price defaults to USD as the benchmark currency. enter image description here How to solve the multi-currency problem at this time Who can help me, thank you very much!


thank you! If I want to add a field to the customer Group price table. It's shown after price in the figure above. How do I do this。 The end result is similar,enter image description here

Murtuza Zabuawala
  • 14,814
  • 9
  • 44
  • 75
sq y
  • 137
  • 9

1 Answers1

1

As per the Magento flow, there is one default base currency & the price will be converted from base currency to other currency.

So as a result, we cannot add the price in multiple currencies into the single website. One website will have only one default currency that will accept the base price.

Solution:

You can add the base price (as per the default currency) into the backend tier price section and Magento will automatically convert that price on the frontend to your multiple currency from base/default currency.

Deepak MageDivine
  • 507
  • 1
  • 5
  • 23