Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Products Appear As Zero Priced


Guest

Recommended Posts

Posted

We are setting up our products and they appear ok within the admin tool and the prices are there and we can amend them ok

 

However when looking at the catalog the price is not displayed

 

Any idea's?

 

Thanks,

 

Dave

Posted

Dave - you're UK based and have made GBP your main currency (I'm such a mind reader :D). Now you need to just edit includes/languages/english.php and where you see 'USD' change it to 'GBP' and 'Aye Presto!' your prices will display.

 

Vger

Posted

Have you changed the default currency?

 

Look in includes/languages/english.php 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', 'USD');

 

and change the USD to GBP (or whatever currency you're using if not in the UK)

Posted

Thanks very much all sorted....now to my next problem !

Posted
Dave - you're UK based and have made GBP your main currency (I'm such a mind reader :D).  Now you need to just edit includes/languages/english.php and where you see 'USD' change it to 'GBP' and 'Aye Presto!' your prices will display.

 

Vger

 

 

Vger - I was looking through the forum trying to find the answer to the same problem but with Australian dollars - I have changed the relevant file to AUD and your suggestion unfortunately does not fix the issue?? :(

What to do now?? Any suggestions - here is the code that has been changed:

 

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)

define('LANGUAGE_CURRENCY', 'AUD');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...