JGClifton Posted October 30, 2007 Posted October 30, 2007 I'm working on a site for the client and he has been having a bit of a play about with some admin options. Somewhere down the line something seems to have messed up a little bit and now all the prices on the product listing page say 0 even if they are input correctly and also the admin panel shows them as correct, any ideas?
Nullachtfuffzehn Posted October 30, 2007 Posted October 30, 2007 Most likely it comes from the tax/zones settings that the prices are not displayed properly.
JGClifton Posted October 30, 2007 Author Posted October 30, 2007 Ah, it seems as though it is because it is selecting no currency by default :S does anyone know why this might be?
Nullachtfuffzehn Posted October 30, 2007 Posted October 30, 2007 You need to define the dependencies for currency/country(zones)/taxes properly in order to display the correct prices.
JGClifton Posted October 30, 2007 Author Posted October 30, 2007 Thanks for the help but I'm still stuggling to find this in the admin panel. I just want all the prices to display in £ by default no matter where they are located.
Guest Posted October 30, 2007 Posted October 30, 2007 Thanks for the help but I'm still stuggling to find this in the admin panel. I just want all the prices to display in £ by default no matter where they are located. You need to make your currency your default currency because you deleted the USD which is the default currency when OSC is installed. 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');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.