Currecny in add new product
-
How do i make it so that i can input my product price in the type of currency i want(i.e. not in dollars) so that it doesn't convert in the fronted view? Say i want to list a product for 1000 INR and i have choosen INR as base currency what ended up happening is that 1000 INR is treated as US dollar and frontend shows product price after converting it. I dont know if got what i mean
-
Hi @karkiswapnil, just want to confirm whether you are getting pricing in INR or USD on the front-end?
-
The currency header is in INR but the prices are converted. The currency that i provided while adding product is in INR. ForExample I added 100 for a product from admin but in front end the price becomes 6954. I think the backend wants USD to be given.
-
-
Thank you but i already did that and is working. My problem is that the prices displayed in front end (shop::products.list.card )goes through currency converter and prices get multiplied. Thank you.
-
Hi,
We are looking into this & back to you as soon as possible.
Thanks
Rahul Shukla -
Hi @karkiswapnil ,
If you are changing the base currency from the code end , then you should change the exchange rate according to the base currency you've set at code end(in config file).
like:
! -