This is a discussion on 2Checkout Payment Module within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; The version 1.1 has a problem, if you uses another money like mexican currency, when it send you to pay ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| The version 1.1 has a problem, if you uses another money like mexican currency, when it send you to pay it do not do the conversion to the currency that you set in 2checkout. it takes the same total and put it like the default currency without do the conversion. now it is fixed. In this case the program will convert to USD from your currency, but if you need another conversion, only change the USD for your currency in catalog/includes/modules/payment find in about line 155 if (DEFAULT_CURRENCY 'USD') { $tcoOrderTotal = $currencies->get_value("USD") * $order->info['total']; } else $tcoOrderTotal = $order->info['total']; change USD for another currency that you want but that is accepted by 2checkout More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Anyone know how to install 2Checkout payment module? | Naza | 2Checkout | 3 | 05-22-2007 10:57 PM |
| 2Checkout Payment Module | michael_s | New osCommerce Contributions | 0 | 05-06-2007 08:18 PM |
| 2Checkout Payment Module | michael_s | New osCommerce Contributions | 0 | 01-30-2007 05:10 AM |
| 2Checkout Payment Module | michael_s | New osCommerce Contributions | 0 | 01-30-2007 05:10 AM |
| 2checkout.com and oscommerce payment module | jfaisal | osCommerce 2.2 Installation Help | 3 | 11-27-2003 08:15 AM |