Hi guys,
First time poster long time lurker.
I have the default currency on my site set as USD & would like to keep it this way as this is the currency my supplier uses. The site currently loads in USD & is viewable in AUD only if you click the A$ under currency. If possible, I would like the site to load in AUD & have the option to be viewed USD.
Does anyone know if this is possible?
I am using 1.5.1.2
very nice and clean
You can force AUD
1. EDIT: index.php
2. FIND:
3. AFTER, ADD:
You can force AUD
1. EDIT: index.php
2. FIND:
Code: Select all
$registry->set('currency', new Currency($registry));
Code: Select all
$currency = $registry->get('currency');
$currency->set('AUD');
I find this solution fixes the currency. If one is using say five currencies for checkout pupose, then by this solution, one cannot change the currency.
Is there a way by which (even though the initial display currency is AUD), one can change the currency to any other as one wishes from the frontend options?
thanks
Is there a way by which (even though the initial display currency is AUD), one can change the currency to any other as one wishes from the frontend options?
thanks
Who is online
Users browsing this forum: No registered users and 25 guests