Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No Pricing on all products


Disifin

Recommended Posts

Posted

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! :)

Posted
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.

Archived

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

×
×
  • Create New...