dave249 Posted November 19, 2007 Posted November 19, 2007 hi, have just removed USD from my admin page as only want Euros, so set the exchange to 1.00000000 for Euros and now all my prices have defaulted to Zero - have entered a new product and in the preview the correct price is showing but not when viewing the website - any ideas please cheers, dave
Guest Posted November 19, 2007 Posted November 19, 2007 You need to make the EUR your default currency in Admin because you deleted the USD which is the default currency when OSC is installed. You also need to do this: look in catalog\includes\languages\english.php and make // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) define('LANGUAGE_CURRENCY', 'USD'); this // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) define('LANGUAGE_CURRENCY', 'EUR');
dave249 Posted November 19, 2007 Author Posted November 19, 2007 Hi thanks for your reply, had changed Euro to default currency and did the amendments that you advised but still no joy - just added another product but still shows 0
Guest Posted November 19, 2007 Posted November 19, 2007 Hi thanks for your reply, had changed Euro to default currency and did the amendments that you advised but still no joy - just added another product but still shows 0 You did the change for all language files? catalog\includes\languages\yourlanguagefiles.php Was it working properly for USD?
dave249 Posted November 19, 2007 Author Posted November 19, 2007 Hey Leslie, thanks for your time with this, managed to find problem it was in Admin My Store setting default language currency to true, did this and now shows up - my search wasnt working earlier on this site so couldnt do bit of hunting arounf but seems ok now thanks again dave
Guest Posted November 19, 2007 Posted November 19, 2007 Hey Leslie, thanks for your time with this, managed to find problem it was in Admin My Store setting default language currency to true, did this and now shows up - my search wasnt working earlier on this site so couldnt do bit of hunting arounf but seems ok now thanks again dave No problemo, that is what the forum is for. Mine is set to false, and use AUD as the default, and it displays in AUD. I guess it is because I have a few currencies installed.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.