Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problems with currency


dan19

Recommended Posts

Posted

Hi, my default currency is English Pounds also I have DOLLARS and EURO options , but when I setting prices in catalog/admin/categories.php for goods in Pounds it takes the price as EUROs. I can not find the solution for that. Thank you

Posted
Hi, my default currency is English Pounds also I have DOLLARS and EURO options , but when I setting prices in catalog/admin/categories.php for goods in Pounds it takes the price as EUROs. I can not find the solution for that. Thank you

Check in your database that DEFAULT_CURRENCY is GBP

Check in your currencies table that GBP is set to £, EUR is set to € and USD is set to $

Update the currencies to the latest values in the admin->Localization->Currencies->Update Currencies button (see below too)

GBP should say (default) and have a value of 1.00000000

 

Remember also that in the admin area the product price is the NET price (without tax) not the GROSS price. Check you're not accidentally putting GROSS price here and then thinking it's showing EUROS prices in the shop because the value is being shown increased by the tax.

 

If all those things are OK, but don't fix your problem then come back and someone here will no doubt make further suggestions :)

Posted
Check in your database that DEFAULT_CURRENCY is GBP

Check in your currencies table that GBP is set to £, EUR is set to € and USD is set to $

Update the currencies to the latest values in the admin->Localization->Currencies->Update Currencies button (see below too)

GBP should say (default) and have a value of 1.00000000

 

If all those things are OK, but don't fix your problem then come back and someone here will no doubt make further suggestions :)

 

Thank you, it works now fine, but I am facing now another problem, in Euro the price shows fine ( for example ) €50.36, but in Dollars $51.706 (3 digits after dot ), and in Pounds £30.0 (1 digit after dot) . Thank you

Posted
Thank you, it works now fine, but I am facing now another problem, in Euro the price shows fine ( for example ) €50.36, but in Dollars $51.706 (3 digits after dot ), and in Pounds £30.0 (1 digit after dot) . Thank you

Check in your currencies table in your mySQL database that the decimal places is set to 2 for each currency.

You can also change the decimal places in your admin back office, under Localization->Currencies. Edit each currency in turn and set decimal places to 2.

 

Hopefully, that will fix your problem.

Posted
Check in your currencies table in your mySQL database that the decimal places is set to 2 for each currency.

You can also change the decimal places in your admin back office, under Localization->Currencies. Edit each currency in turn and set decimal places to 2.

 

Hopefully, that will fix your problem.

 

Thank you very much. Everything is fine now.

Archived

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

×
×
  • Create New...