0

My requirement is : I want to setup different Currencies for different website on my Magento2.3 store.

eg: For Website A, default Currency is A.

For Website B, default Currency is B.

Now what I will do is, I will setup price for a product in default website. I want the price to be calculated automatically for Website A in Currency A and for Website B in Currency B.

Is there any extension/ Module free or paid , which helps me in achieving this functionality.

Any help would be highly appreciated.

Vrajesh Patel
2,0122 gold badges14 silver badges32 bronze badges
asked Feb 5, 2020 at 5:00

1 Answer 1

3

To display different currency price in different website for same product . You can follow these steps.

Step 1: Login to your Magento Admin account;
Step 2: Navigate to Stores → Configuration;
Step 3: Under the General tab, find the Currency Setup settings;
Step 4: Choose your preferred Base Currency, Default Display Currency, and 
Allowed Currencies;
Step 5: Refresh your cache if you have previously set your cache settings to 
enabled.

To display different price for different website.

Step 1: Login to your Magento Admin account;
Step 2: Navigate to Stores → Configuration;
Step 3: Click the Catalog tab and choose the Catalog section;
Step 4: Under the Catalog Price Scope, choose the Website option in order to 
display different product prices on different websites.
Step 5: To display the same product in different currency units on different websites, you’ll need to go to Catalog → Products, click the names of the products you want to get listed on those sites, scroll down to the section called Product in Websites and leave a checkmark in front of the Names of the Websites you want those products to appear.

Let me know if it is helpful to you.

Thanks

answered Feb 5, 2020 at 6:05
8
  • Thank you, i will try this. But does not the last step seems to be very tedious. Step 5: To display the same product in different currency units on different websites, you’ll need to go to Catalog → Products, click the names of the products you want to get listed on those sites, scroll down to the section called Product in Websites and leave a checkmark in front of the Names of the Websites you want those products to appear. Can this be done at the time of creating a product? I mean if by default i want all my products to be displayed on all my websites ? Commented Feb 5, 2020 at 6:13
  • yes, you can do it by grammatically or also at time of product import , you can pass this attribute true value Commented Feb 5, 2020 at 6:19
  • Did not get you. Which attribute u are talking about? in my csv i dont want to declare different prices for different website. I will set one price for default website ,and for rest the price should be calculated automatically Commented Feb 5, 2020 at 6:25
  • product_websites attribute in csv file to add websites for product in which you want to show your products. Commented Feb 5, 2020 at 6:30
  • What about this question "n my csv i dont want to declare different prices for different website. I will set one price for default website ,and for rest the price should be calculated automatically " Commented Feb 5, 2020 at 6:33

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.