bigbird_3156 Posted July 29, 2008 Posted July 29, 2008 Hi, I'm new... I must be missing something really basic here, but I have set up a new currency for australia and set it as the default. however the site displays all prices relative to the US price... eg an item that should be listed at $15.65 (australian dollars though the site is recognising them as US dollars) Is listed as $14.96 (australian dollars) have I missed something??
Guest Posted July 29, 2008 Posted July 29, 2008 Hi, I'm new... I must be missing something really basic here, but I have set up a new currency for australia and set it as the default. however the site displays all prices relative to the US price... eg an item that should be listed at $15.65 (australian dollars though the site is recognising them as US dollars) Is listed as $14.96 (australian dollars) have I missed something?? AUD is the default with a value of 1 and you updated currencies? 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', 'AUD');
satish Posted July 29, 2008 Posted July 29, 2008 You need to set the value for currency to 1. else the Multiplier effect will keep happening. Only setting it as default does not make it multiply by 1. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
carromex Posted September 3, 2008 Posted September 3, 2008 How and where do I set the value for currency to 1 ? Switch To Default Language Currency false only works, but Delivery Information works but Payment Information Confirmation Finished! is blocked, when I add : // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) define('LANGUAGE_CURRENCY', 'AUD'); in \includes\languages\english.php You need to set the value for currency to 1. else the Multiplier effect will keep happening. Only setting it as default does not make it multiply by 1. Satish Nina
carromex Posted September 3, 2008 Posted September 3, 2008 :thumbsup:How and where do I set the value for currency to 1 ? Switch To Default Language Currency false only works, but it goes to Delivery Information but blocks Payment Information Confirmation Finished! when I add : // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) define('LANGUAGE_CURRENCY', 'AUD'); in \includes\languages\english.php Are there any other files that also need to be changed ? AUD is the default with a value of 1 and you updated currencies? 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', 'AUD'); Nina
Recommended Posts
Archived
This topic is now archived and is closed to further replies.