Guest Posted October 14, 2007 Share Posted October 14, 2007 When i load up the shop face initialy, the prices are for some reason all set to 0, however if i choose a currency on the right, it all returns to normal prices, no matter which one i choose. something is up with the initial prices being loaded when the page is opend. This is only a test site for now, so its not effecting me greatly, but, can anyone help me out with why it is doing this? I need to figure it out, before i start making the real site. site: http://shop.sosexyscans.com Link to comment Share on other sites More sharing options...
Guest Posted October 14, 2007 Share Posted October 14, 2007 When i load up the shop face initialy, the prices are for some reason all set to 0, however if i choose a currency on the right, it all returns to normal prices, no matter which one i choose. something is up with the initial prices being loaded when the page is opend. This is only a test site for now, so its not effecting me greatly, but, can anyone help me out with why it is doing this? I need to figure it out, before i start making the real site. site: http://shop.sosexyscans.com Probably your default currency differs to // 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'); which is in your includes\languages\english.php file So if your default currency is GBP set // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) define('LANGUAGE_CURRENCY', 'GBP'); If it is EUR set to // 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'); Link to comment Share on other sites More sharing options...
Guest Posted October 14, 2007 Share Posted October 14, 2007 Edit: Found it, fixed it, thank you SOOO MUCH! :D Link to comment Share on other sites More sharing options...
Guest Posted October 14, 2007 Share Posted October 14, 2007 What file would i need to make these changes in? Ooops, my badi, I thought I put it in the post. includes\languages\english.php It is an edit of existing info, not additional code. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.