Zen Cart Logo
Forums / Currencies & Sales Taxes, VAT, GST, etc. / Currency Dropdown - How to Change Order?

Currency Dropdown - How to Change Order?

Locked

Views: 1,387

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
28 Oct 2008, 4:21 PM
#1
evenangelsdie avatar

evenangelsdie

New Zenner

Join Date:
Oct 2008
Posts:
31
Plugin Contributions:
0

Currency Dropdown - How to Change Order?

Hey everyone,
I'm having some problem setting my default currency to CAD. I can do it in the backend admin, but the initial currency that still appears on my site's dropdown is US. How can I change the order of the currencies so that Canadian Dollars appears as the selected value?

Thanks!

28 Oct 2008, 6:04 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Currency Dropdown - How to Change Order?

In Admin->Localization->Currencies, which currency is set as default?

In Admin->Configuration->My Store, what setting do you have for "Switch To Default Language Currency"?
If it's "false" then the store default above should automatically be selected when newcomers come to your store.
If it's "true" then it's pulling the default currency from DEFAULT_LANGUAGE_CURRENCY in your english.php language file ... so you might want to change that to CAD instead of USD.

To test any changes, clear your browser cookies and cache and restart your browser ... otherwise any previous language selections will be auto-remembered.

28 Oct 2008, 8:00 PM
#3
evenangelsdie avatar

evenangelsdie

New Zenner

Join Date:
Oct 2008
Posts:
31
Plugin Contributions:
0

Re: Currency Dropdown - How to Change Order?

thank you! I had the settings set right but didn't close and reopen my browser to view the changes. I see it's working now. thanks!