
mokshkhurana(@mokshkhurana)
6 Posts
Customers
Quote from mokshkhurana on November 4, 2022, 06:34
Hi,
I am currently using WOOCS currency switcher and it is working superb! I have a question about reverse currency conversion and here's my scenario:
- I am using USD as my base currency and using USD & CAD with geo location
- I am using open exchange rates to convert prices from USD -> CAD
- All my product are priced in USD
- I have "is multiple allowed" ON
- I have "individual fixed prices" ON
Now, I have a few products that I want to fixate the prices in CAD, but use the exchange rate to populate USD prices. However, I can't do this with "fixed prices" by adding a CAD price for a product and leaving USD blank. This will result in total product price = $0 for USD.
How can I do reverse conversion for some products?
Hi,
I am currently using WOOCS currency switcher and it is working superb! I have a question about reverse currency conversion and here's my scenario:
- I am using USD as my base currency and using USD & CAD with geo location
- I am using open exchange rates to convert prices from USD -> CAD
- All my product are priced in USD
- I have"is multiple allowed" ON
- I have"individual fixed prices" ON
Now, I have a few products that I want to fixate the prices in CAD, but use the exchange rate to populate USD prices. However, I can't do this with"fixed prices" by adding a CAD price for a product and leaving USD blank. This will result in total product price = $0 for USD.
How can I do reverse conversion for some products?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 4, 2022, 12:13
hello
This is a more difficult question than it seems.
You can switch currency depending on the current page  - https://currency-switcher.com/force-currency-on-checkout-page  - but use  is_product()
But there will be problems when you add this product to the cart with other products.
All products in the cart must be displayed in the same currency
 
 
hello
This is a more difficult question than it seems.
You can switch currency depending on the current page  - https://currency-switcher.com/force-currency-on-checkout-page  - but use  is_product()
But there will be problems when you add this product to the cart with other products.
All products in the cart must be displayed in the same currency