Page 1 of 1

I want to set the currency to Australian $ in version 2

Posted: Fri Jan 30, 2015 2:16 pm
by slapbang
Hi,

Is it possible to set the currency to Australian dollars in OpenCart Version 2?

Re: I want to set the currency to Australian $ in version 2

Posted: Fri Jan 30, 2015 2:39 pm
by viethemes
slapbang wrote:Hi,

Is it possible to set the currency to Australian dollars in OpenCart Version 2?
You can go to admin > System > Localisation > Currencies > Edit US Dollar and change Currency Title, Code, Symbol Left, Symbol Right to Australian $.

Re: I want to set the currency to Australian $ in version 2

Posted: Sat Jan 31, 2015 3:22 am
by dirkcr
I have the similar issue since I want to set to Costarican Colones. I change US$ to Costarican Colones and then add US$ again to have both currencies but somehow he always puts US$ to my base currency even I put Colones with 1.00000?
Did it work with Australian $? What happens if you have a second currency as US$.
If I delate USD totally I get error message since it seams that he need USD for currency exchange rate.
Is there another place where you can eliminate USD as base currency?

Re: I want to set the currency to Australian $ in version 2

Posted: Sun Feb 01, 2015 9:20 am
by slapbang
Thank you viethemes.
I did what you said. Just wondering, what would the setting be for symbol right? I don't think I need one. Thanks.

Re: I want to set the currency to Australian $ in version 2

Posted: Sun Feb 01, 2015 9:24 am
by slapbang
Also I got an error after changing USD to AUD when trying to load my shop:
Notice: Undefined index: USD...etc.

Re: I want to set the currency to Australian $ in version 2

Posted: Sun Feb 01, 2015 10:08 am
by fido-x
The "correct" approach here is to add the new currency, not change an existing one.

In the admin go to System->Localisation->Currencies and add the Australian Dollar (or other currency), then go to your store settings and set this as the store's default currency. It would probably be necessary to then go back to the currencies page and edit your new "default" currency and give it a value of "1" (one).
slapbang wrote: Just wondering, what would the setting be for symbol right?
There is no "symbol right" for the Australian Dollar. While most currencies have their currency symbol (e.g. the "$" sign) on the left, some have it on the right.
slapbang wrote: Also I got an error after changing USD to AUD when trying to load my shop:
Notice: Undefined index: USD...etc.
See above.

Re: I want to set the currency to Australian $ in version 2

Posted: Sun Feb 01, 2015 2:03 pm
by viethemes
slapbang wrote:Also I got an error after changing USD to AUD when trying to load my shop:
Notice: Undefined index: USD...etc.
Sorry for this inconvenience.
I have forgot to mention to go to admin > System > Settings > Edit your store > click Save to set Australian $ to the default currency after changing USD to AUD.
Or you can try the guide of @fido-x

Re: I want to set the currency to Australian $ in version 2

Posted: Sun Feb 01, 2015 11:24 pm
by dirkcr
Thanks for the last advise which really change the default currency... :)

Re: I want to set the currency to Australian $ in version 2

Posted: Mon Feb 02, 2015 6:14 am
by slapbang
Thanks Fido-x.