Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Defult currency is not the defult currency.


Chris Smith

Recommended Posts

O.k I'm sorry if this has been asked before but, I need GBP ? as the defult currency, it is currently set as defult in my admin section aswell but still reverted back to USD $ when ever the page refreshed, so i deleted USD & Euro and now the GBP ? will only display 0 even though in the admin section it say ?11.99? I am confused at the moment :blink: and not sure how to correct this. I know OS Commerce is American by defult unless you use the English cataloge which is now avalible but surely they can't force you to use USD $ and However I purchased a template so am unable to start again.

 

Thanks

 

Chris

Link to comment
Share on other sites

the value of your default currency should be 1

 

Title: GBP

Code: GBP

 

Symbol Left: ?

Symbol Right:

 

Decimal Point: .

Thousands Point: ,

Decimal Places: 2

 

Last Updated: 09/05/2006

Value: 1.00000000

 

Example Output:

?30.00 = ?30.00

 

it is. :thumbsup:

Link to comment
Share on other sites

Hi

 

Go tp Includes/Languages/English.php

 

and change 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', 'GB');

 

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

 

Gary

Link to comment
Share on other sites

Hi

 

Go tp Includes/Languages/English.php

 

and change 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', 'GB');

 

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

 

Gary

 

Thanks Gary and digbydo :thumbsup: That done it

 

Chris

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...