I am looking for the same solution.
My default currency is Korean Won (KRW). I enter product price in the admin using that currency, but I want to sell using the USD.
I want my store to show the prices only in USD so I disabled the KRW (but it's still my default).
The problem is the prices still show in KRW instead of USD.
I was able to do this before in my old store with 1.4xxx but I forgot how now.
My default currency is Korean Won (KRW). I enter product price in the admin using that currency, but I want to sell using the USD.
I want my store to show the prices only in USD so I disabled the KRW (but it's still my default).
The problem is the prices still show in KRW instead of USD.
I was able to do this before in my old store with 1.4xxx but I forgot how now.
I think I got it...
I changed the settings > local currency > default - US dollars and AUTO UPDATE currency is set to NO
In localisation > currencies > KRW is set to 1 and USD is set to .001
I still enter the price at the back end in Korean won - for example 11,000 and on the store it's shown as USD 11.00
everything is working perfectly... opencart is the best!
I changed the settings > local currency > default - US dollars and AUTO UPDATE currency is set to NO
In localisation > currencies > KRW is set to 1 and USD is set to .001
I still enter the price at the back end in Korean won - for example 11,000 and on the store it's shown as USD 11.00
everything is working perfectly... opencart is the best!
You may be using a cached value. Clear all your cookies and refresh the page.. see if it still works.betchay wrote:I think I got it...
I changed the settings > local currency > default - US dollars and AUTO UPDATE currency is set to NO
In localisation > currencies > KRW is set to 1 and USD is set to .001
I still enter the price at the back end in Korean won - for example 11,000 and on the store it's shown as USD 11.00
everything is working perfectly... opencart is the best!
I believe uksitebuilder provided the best solution for this:
http://forum.opencart.com/viewtopic.php ... 48#p182248
Hope it helps!
http://forum.opencart.com/viewtopic.php ... 48#p182248
In my case i still wanted users to be able to choose their currency, so I didn't remove the switcher, only did the second part of setting my second currency as default in the front end, yet still leaving the USD as the default and Enabled in the back end.In your admin, system -> localisation -> currencies
You have your default currency set as USD and also set it to Disabled
You have an additional currency set as GBP leave it set as Enabled
This takes care of the currency switcher
Now to make the prices on the front end GBP by default.
open: system/library/currency.php
Find:Replace With:Code: Select all
$this->set($this->config->get('config_currency'));
I left the old line in there (commented out) just in case you want to switch back to normal use later.Code: Select all
//$this->set($this->config->get('config_currency')); $this->set('GBP');
Hope it helps!
I opted for opencart because it supported electronically distributed products. Then, I had to take an older version to get it to work with the template I wanted to us. Thus, Version 1.4.9.4
Default currency MUST be USD. and it must exist. I don't know how the others got it to be something else, but for me it must be USD and I need it to be AUD. I've read all of the other posts, and all to no avail.
* deleting all other currencies, does not resolve problem
* changing USD to AUD does not resolve problem
* setting AUD to 1.00 and USD to 1.2345 and USD is still the default.
* clearing the cookies and clearing the cache does not resolve the problem
* changing computers does not resolve the problem
* changing browsers does not resolve the problem
However, there may be a resolution available... use a different product! If it cannot be resolved in the next couple of days, I'll have no choice but to do exactly that.
Default currency MUST be USD. and it must exist. I don't know how the others got it to be something else, but for me it must be USD and I need it to be AUD. I've read all of the other posts, and all to no avail.
* deleting all other currencies, does not resolve problem
* changing USD to AUD does not resolve problem
* setting AUD to 1.00 and USD to 1.2345 and USD is still the default.
* clearing the cookies and clearing the cache does not resolve the problem
* changing computers does not resolve the problem
* changing browsers does not resolve the problem
However, there may be a resolution available... use a different product! If it cannot be resolved in the next couple of days, I'll have no choice but to do exactly that.
I am facing local currency settings problem. When i set my local currency BDT as default, it does not work. Even my currency sign ৳ don't show. My site show only $ sign. I have cleared all my cookies. But it didn't work then too. Even all my new visitor of my site see just the $ Sign. please help me if any one can, How can i solve this problem?
Same problem as me. can anyone help use please?usa63w wrote:
* deleting all other currencies, does not resolve problem
* changing USD to AUD does not resolve problem
* setting AUD to 1.00 and USD to 1.2345 and USD is still the default.
* clearing the cookies and clearing the cache does not resolve the problem
* changing computers does not resolve the problem
* changing browsers does not resolve the problem
yay i just found a solution for this issue just now!!!
1) Go to system > localisation > currency : edit USD and disable it.
2) create your country currency and enable it. set Value : 1.
3) GO to Settings>local and set Currency: your country currency.
4) Go to system > localisation > currency and Delete USD. then insert back USD currency and just leave blank for value: . and enable it. once u save the setting and USD value will be automated.
thats it! hope i can help somebody with this post.. good luck
1) Go to system > localisation > currency : edit USD and disable it.
2) create your country currency and enable it. set Value : 1.
3) GO to Settings>local and set Currency: your country currency.
4) Go to system > localisation > currency and Delete USD. then insert back USD currency and just leave blank for value: . and enable it. once u save the setting and USD value will be automated.
thats it! hope i can help somebody with this post.. good luck

Hi,
You can change the default currency (USD) to other currencies in OpenCart 2.0.1.1 following these easy steps:
1. Add your local currency in System -- Localisation -- Currencies (eg. RON, HUF, CHF, EUR, RSD, RUB or anything else)
2. Go to System -- Settings -- your shop name -- edit -- Local -- Currency, and there change to your current currency
3. Click SAVE in the right up corner
4. Go back to System -- Localisation -- Currency -- edit your local currency -- set values to 1.00000000 -- SAVE
5. Edit USD -- leave the USD ”value” empty or fill it with 0.00000000 -- then SAVE
6. Click the Refresh button from the right-up corner
If everything goes well, YOUR local currency will be followed by the ”Default” message.
And the Exchange rates will be the right ones.
You may use as many as currencies you want, but dont forget, always you may have just one by Deafult.
Have a nice day!
You can change the default currency (USD) to other currencies in OpenCart 2.0.1.1 following these easy steps:
1. Add your local currency in System -- Localisation -- Currencies (eg. RON, HUF, CHF, EUR, RSD, RUB or anything else)
2. Go to System -- Settings -- your shop name -- edit -- Local -- Currency, and there change to your current currency
3. Click SAVE in the right up corner
4. Go back to System -- Localisation -- Currency -- edit your local currency -- set values to 1.00000000 -- SAVE
5. Edit USD -- leave the USD ”value” empty or fill it with 0.00000000 -- then SAVE
6. Click the Refresh button from the right-up corner
If everything goes well, YOUR local currency will be followed by the ”Default” message.
And the Exchange rates will be the right ones.
You may use as many as currencies you want, but dont forget, always you may have just one by Deafult.
Have a nice day!
i am unable to change my default currency from usd to inr,i have tried by creating new currency but disabled usd and enabled inr but still not fixed, kindly please help me out
Hi,
I have a weird situation, my vendors are anal about the MAP pricing (Manufactured advertised pricing) which is in USD.
My store is Canadian and i display prices in Canadian. so the price is constantly changing and i am constantly going out of MAP price because of it.
I want to list the store in CAD but have USD as the default currency (I am ok with customers being able to switch between the two currencies i just want the front end default to be CAD and the back end default to be USD)
Any suggestions on how to do this?
2.3.0.2
Thank You
I have a weird situation, my vendors are anal about the MAP pricing (Manufactured advertised pricing) which is in USD.
My store is Canadian and i display prices in Canadian. so the price is constantly changing and i am constantly going out of MAP price because of it.
I want to list the store in CAD but have USD as the default currency (I am ok with customers being able to switch between the two currencies i just want the front end default to be CAD and the back end default to be USD)
Any suggestions on how to do this?
2.3.0.2
Thank You
A lot of dialog here. Don't think it addresses the issue. There are two different locations in the admin panel to update currency:
1. System/Settings/ Edit Store/ Local/ Currency; and
2. System/ Localization/ Currencies
I've noticed that the solution to the Subject: How to change Default Currency from USD to other currency, is as follows:
1. System/Settings/ Edit Store/ Local/ Currency; and
2. System/ Localization/ Currencies
I've noticed that the solution to the Subject: How to change Default Currency from USD to other currency, is as follows:
- Add the new currency (if a new one is required) at, "2" above. Make the "value" of the currency 1.0000 and save the setting
- Set it as the default currency by selecting it from the available currency selector at "1." above and save the setting
- Now you are able to then delete (or disable) the unwanted currency at, "2" above.
- You can add and enable any other currencies you need at, "2" above and make them proportional to your desired "default" currency you created at "1."
- Finally, do not "edit" the currency.php file as suggested earlier for this subject, as you will only break the code.
Who is online
Users browsing this forum: Amazon [Bot], Majestic-12 [Bot] and 33 guests