gavinmcmillan Posted March 24, 2006 Posted March 24, 2006 Hi I want to remove the USD currency, i only need AUD (Australian Dollar), how can i do this? At the moment i have USD and AUD, i have set AUD as default, however when i load the shop front it defaults to USD, if i remove USD the prices of my products show up as 0, what do i need to do in order to get this working with just AUD? Regards Gavin
Guest Posted March 24, 2006 Posted March 24, 2006 remove usd, set aud to value of 1 in admin Thats it :)
gavinmcmillan Posted March 24, 2006 Author Posted March 24, 2006 remove usd, set aud to value of 1 in adminThats it :) I have tried that, and it is how the products get the value of $0.00
Guest Posted March 24, 2006 Posted March 24, 2006 IF AUD value is 1.00, the products must have a value. This is the most common cause of product prices not showing up. If AUD is the only currency, is set to default and has a value of 1.00 in admin, this will work.
gavinmcmillan Posted March 24, 2006 Author Posted March 24, 2006 IF AUD value is 1.00, the products must have a value. This is the most common cause of product prices not showing up. If AUD is the only currency, is set to default and has a value of 1.00 in admin, this will work. http://www.thegreenhousesuperstore.com.au/shop/index.php and i can verify 100% that AUD is the only currency, it is set to default and its value is 1.00 any ideas?
gavinmcmillan Posted March 24, 2006 Author Posted March 24, 2006 http://www.thegreenhousesuperstore.com.au/shop/index.php and i can verify 100% that AUD is the only currency, it is set to default and its value is 1.00 any ideas? I just checked the DB and it is definately the only currency
Guest Posted March 24, 2006 Posted March 24, 2006 well, if i change the url to: http://www.thegreenhousesuperstore.com.au/...hp?currency=AUD it shows, so try adjusting includes/languages/english.php: define('LANGUAGE_CURRENCY', 'USD'); change to define('LANGUAGE_CURRENCY', 'AUD');
gavinmcmillan Posted March 27, 2006 Author Posted March 27, 2006 well, if i change the url to:http://www.thegreenhousesuperstore.com.au/...hp?currency=AUD it shows, so try adjusting includes/languages/english.php: define('LANGUAGE_CURRENCY', 'USD'); change to define('LANGUAGE_CURRENCY', 'AUD'); Sweet, that did the trick!!!! Thanks for your help tony. Regards Gavin
Recommended Posts
Archived
This topic is now archived and is closed to further replies.