Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pricing Errors


amarvell

Recommended Posts

Posted

Hi

I have just set up a OSC site

when the products are entered everythings fine

but when they are shown on the site for the customers to buy .. every price is £0.00

 

when i check the products they still have all the correct prices in

 

I know this will be something stupid and easy to change but I cant find it

http://www.salonsolutions.co.uk/shop

 

any help appreciated

 

Carl

Posted
Hi

I have just set up a OSC site

when the products are entered everythings fine

but when they are shown on the site for the customers to buy .. every price is £0.00

 

when i check the products they still have all the correct prices in

 

I know this will be something stupid and easy to change but I cant find it

http://www.salonsolutions.co.uk/shop

 

any help appreciated

 

Carl

In catalog\includes\languages\english.php change

 

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

to

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

Posted
In catalog\includes\languages\english.php change

 

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

to

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

 

 

hi

many thanks this has sorted it

 

I had a feeling it would be something simple but would never have guessed it

cheers

 

Carl

Archived

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

×
×
  • Create New...