Disifin Posted November 17, 2007 Posted November 17, 2007 Hello all, i was hoping someone can help me... i am currently in development of a shop however recently (for some reason or another) all of the shop prices are defaulting to £0.00.... i have tried to re-enter them, still £0.. what do i need to do? cheers! :)
Guest Posted November 17, 2007 Posted November 17, 2007 Hello all, i was hoping someone can help me... i am currently in development of a shop however recently (for some reason or another) all of the shop prices are defaulting to £0.00.... i have tried to re-enter them, still £0.. what do i need to do? cheers! :) You may need to make your currency your default currency in Admin. You may 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', 'GBP'); If that is not it, post the settings from admin for GBP.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.