Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

backend display error after editing \languages\english.php


good2go

Recommended Posts

Hi

 

paypal was'nt receiving order totals after clicking checkout. It's working now after following the instructions below.

 

[in this file: includes\languages\english.php( Line 39 ):

define('LANGUAGE_CURRENCY', 'EUR');

 

The above example shows EUR as the default currency. Whatever currency you have set for your default in Admin, match the currency's 3-letter designation in the above file.

 

American Dollars=USD

Euro=EUR

Pounds Sterling=GBP

 

and so on.

 

jon]

 

OK paypals cool now but to make it work I had to match my currency code with paypals which is "GBP" and insert the "GBP" code into "currencies/edit/code". The problem is the osc currency code for pounds sterling is "GBR" and now my product price does not display in the Categories/Products/edit section but it displays fone in the frontend of the store and it now sends all the correct info to paypal!

 

If I change the "currencies/edit/code" back to "GBR" the Categories/Products/edit section and the frontend store will both display product price but after checkout it will not send the order total to paypal?

 

Any sugestions?

 

Thanks

 

Geoff

Link to comment
Share on other sites

Hi

 

paypal was'nt receiving order totals after clicking checkout. It's working now after following the instructions below.

 

[in this file: includes\languages\english.php( Line 39 ):

define('LANGUAGE_CURRENCY', 'EUR');

 

The above example shows EUR as the default currency. Whatever currency you have set for your default in Admin, match the currency's 3-letter designation in the above file.

 

American Dollars=USD

Euro=EUR

Pounds Sterling=GBP

 

and so on.

 

jon]

 

OK paypals cool now but to make it work I had to match my currency code with paypals which is "GBP" and insert the "GBP" code into "currencies/edit/code". The problem is the osc currency code for pounds sterling is "GBR" and now my product price does not display in the Categories/Products/edit section but it displays fone in the frontend of the store and it now sends all the correct info to paypal!

 

If I change the "currencies/edit/code" back to "GBR" the Categories/Products/edit section and the frontend store will both display product price but after checkout it will not send the order total to paypal?

 

Any sugestions?

 

Thanks

 

Geoff

 

Working fine now, just needed to log out and login, think maybe the changes needed time to populate!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...