digilee Posted December 3, 2007 Posted December 3, 2007 Client is in Spain but they wanted prices to be in GBP only so I commented out the currency line in the right colum. I changed GBP to default in the admin and define('LANGUAGE_CURRENCY', 'GBP'); in languages/english.php and all is working fine (prices in GBP). Now the client has decided that they want the default currency in Euros with GBP as an option. So, I uncomment the currency dropdown Changed the default currency, in admin to Euros, (updated currencies, all works fine), changed define('LANGUAGE_CURRENCY', 'EUR'); Nothing. The dropdown only shows GBP. I go back over everything and still, no change. I add USD just to see if anything happens and then Euro appears in the currency dropdown BUT nothing changes (prices stay in GBP) when I select error. I check the code and find an error: <form name="currencies" action="http://www.designerdogz.com/shop/index.php" method="get"><select name="currency" onChange="this.form.submit();><option value="USD">Dollar</option><option value="EUR">Euro</option><option value="GBP" SELECTED>British Pound</option></select></form> But USD is not an option in the dropdown. Obviously USD is still active somewhere but when I do a site wide search for USD all I find is a few entries in the paypal files (which I'm not using anyway) All I want is for the site to default to Euros and the currency dropdown to work with Euros and GBP Does anyone have a clue as to what I can do? Thanks in advance. Quick update - I cleared all cookies and now Euro is the default currency both in the currency dropdown and displayed in prices BUT changing to GBP makes no difference excpet to produce the same error as before. SolarFrenzy Solar powered gadgets at down to earth prices. CheekyNaughty Promoting British Design
Recommended Posts
Archived
This topic is now archived and is closed to further replies.