Hi what could cause all products prices to be $0?
they are ok in the admin section
Thanks
Adam
Hi what could cause all products prices to be $0?
they are ok in the admin section
Thanks
Adam
this could happen when you have product properties showing the price, so the product is seen as zero cost
Hopefully you found a solution, the 2nd post was not very helpful.
Probably you deleted a currency and then it stopped working. I think that is a bug in the software. If you add the currency you deleted (maybe 2 or more currencies) back then it should work again - that happened to my store and that was what fixed it.
If you did remove or change the default currency, look in the /languages/english.php (or whatever language file you use) for the line:
// 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');
Make sure it matches the currency that you are using and not the default US Dollars - then close all the OSC browsers and try again!
thanks seank123 - that one certainly worked for me
Bookmarks