Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Price in Euros not shown in english language, only zero 0


g_p_java

Recommended Posts

Posted

Hello,

 

i use oscommerce and i have chosen in Localization->Currencies Euro(Default).

 

Title: Euro

Code: EUR

 

Symbol Left:

Symbol Right: EUR

 

Decimal Point: .

Thousands Point: ,

Decimal Places: 2

 

Last Updated: 07/29/2010

Value: 1.00000000

English language does not support Euros, and it shows a zero in the price.

 

What shall i do in order to fix that??

 

thanks, in advance!

Posted

Hello,

 

i use oscommerce and i have chosen in Localization->Currencies Euro(Default).

 

Title: Euro

Code: EUR

 

Symbol Left:

Symbol Right: EUR

 

Decimal Point: .

Thousands Point: ,

Decimal Places: 2

 

Last Updated: 07/29/2010

Value: 1.00000000

English language does not support Euros, and it shows a zero in the price.

 

What shall i do in order to fix that??

 

thanks, in advance!

 

You need to change in your english.php file line 39 from

define('LANGUAGE_CURRENCY', 'USD');  

to

define('LANGUAGE_CURRENCY', 'EUR');  

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Archived

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

×
×
  • Create New...