Michael Silvester Posted August 15, 2010 Posted August 15, 2010 Hi Guys, Having a little trouble changing my default currency from USD to AUD (Australian). This is what I did. 1. Created a new AUD currency and made it's value 1.00 2. I then changed the Default currency in the english.php file to AUD 3. I deleted the other currencies inside my admin 4. I changed "Switch To Default Language Currency" to TRUE. 5. I then uploaded via "Easy Populate" all the products again. My prices are still at Zero? Is there something that I did wrong? I would love someone to help me out with this one. Take Care, Michael Silvester
Guest Posted August 15, 2010 Posted August 15, 2010 Michael, You probably did, but I thought I would ask.......did you make the AUD currency the default in the Admin area under localization>currencies ?? Chris
Michael Silvester Posted August 15, 2010 Author Posted August 15, 2010 Hi Chris, Yes, I actually did...sorry I didnt mention that. Any Ideas? Take Care, Michael Silvester
♥geoffreywalton Posted August 15, 2010 Posted August 15, 2010 Sounds like you have done #15 and #27 in http://www.oscommerce.com/forums/topic/274968-how-do-i-all-the-basic-install-questions-regularly-asked/ What is the default language and try changing the define('LANGUAGE_CURRENCY', 'USD'); to define('LANGUAGE_CURRENCY', 'AUD'); in every /includes/languages/xxxxxx.php file. Try changing the currency sign and see if it appears in your shop. Enjoy G Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
Michael Silvester Posted August 18, 2010 Author Posted August 18, 2010 Sounds like you have done #15 and #27 in http://www.oscommerce.com/forums/topic/274968-how-do-i-all-the-basic-install-questions-regularly-asked/ What is the default language and try changing the define('LANGUAGE_CURRENCY', 'USD'); to define('LANGUAGE_CURRENCY', 'AUD'); in every /includes/languages/xxxxxx.php file. Try changing the currency sign and see if it appears in your shop. Enjoy G Hi G, I have changed the default currency in the other files that are in the languages folder. They are... espanol.php german.php I have changed them from their default to "AUD" Still no prices on the site? Not sure what you mean by changing the currency sign? Any other advice? Take Care, Michael Silvester
FIMBLE Posted August 18, 2010 Posted August 18, 2010 In your database what is the default currency set to? Use phpmyadmin to view this in the currencies table. I have found in the past that if i delete an old default currency i need to first select the new default currency via the currency box. If you have already deleted the old currency then you will need to make the change or at least check it via the SQL tool. Hope this helps Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Michael Silvester Posted August 20, 2010 Author Posted August 20, 2010 In your database what is the default currency set to? Use phpmyadmin to view this in the currencies table. I have found in the past that if i delete an old default currency i need to first select the new default currency via the currency box. If you have already deleted the old currency then you will need to make the change or at least check it via the SQL tool. Hope this helps Nic Hi Fimble, I have checked in my database and I can see that the currency is set to AUD? Here are pics of all the settings I have done. Another... And this one... This really has me stumped? Could it be anything else? Take Care, Michael Silvester
FIMBLE Posted August 20, 2010 Posted August 20, 2010 This one could be causing you issues as you only have the one currency installed, my language is English and my default currency is GBP, someone from the USA: language is English but thier default is USD, you are in Australia and your default is English yet your currency is AUD. Try switching it to false Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Michael Silvester Posted August 21, 2010 Author Posted August 21, 2010 Thanks for your advice. I have followed your idea and changed the setting to false. Still shows $0 for all products?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.