Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Payment options?


cushtydeals

Recommended Posts

Hi

Anybody tell me why when I have set my default payment to GB pounds when checking out it sends the invoice in US dollars  :'(

Thank you in advance

 

Hi,

 

Goto catalog/includes/languages/english.php and look for this code

 

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

 

Change currency from USD to GBP

 

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

 

Hope that sorts it out for you.

 

Kind Regards,

Michelle.

Link to comment
Share on other sites

We would need to know more information

 

What payment module?

What currencies do you have enabled?

 

Sorry but I don't see what the payment module has to do with setting currency for osC because if payments are through a (and I hope they are) On-line cc merchant gateway their seperate to osC and run on their own server, it don't matter if the merchant takes Thai Baht it aint gonna affect osC.

 

I think if I understood the question correctly they have set the default as GBP but it sends the invoice in USD!

 

I am just clarifying that they have changed the currency default in

catalog/includes/languages/english.php before we go any further

 

Kiind Regards,

Michelle

Link to comment
Share on other sites

Sorry but I don't see what the payment module has to do with setting currency for osC because if payments are through a (and I hope they are) On-line cc merchant gateway their seperate to osC and run on their own server, it don't matter if the merchant takes Thai Baht it aint gonna affect osC.

 

Actually you can checkout in currency 1 but pay in currency 2 in many of the payment modules :rolleyes:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...