Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Price hidden


Guest

Recommended Posts

Posted

I entered in the prices for each item when I posted them, however they are not visible. Is this normal or can it be changed? Please visit http://www.206styling.co.uk/ to see the problem for yourselves. Also if you have any tips on how to make the site look better please say!!

 

Thanks

Posted
I entered in the prices for each item when I posted them, however they are not visible. Is this normal or can it be changed? Please visit http://www.206styling.co.uk/ to see the problem for yourselves. Also if you have any tips on how to make the site look better please say!!

 

Thanks

My Guess:

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');

or

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

define('LANGUAGE_CURRENCY', EUR');

whatever you use.

 

Also, reconsider your image sizes for the initial display.

Archived

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

×
×
  • Create New...