This is a discussion on Protx Form Payment Module within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; * Fix for final order totals that are greater than £999.99. * Fix removes "," seperator from ie. £1,872.32 -----> ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| * Fix for final order totals that are greater than £999.99. * Fix removes "," seperator from ie. £1,872.32 -----> £1872.32 (removing it in osAdmin is not enough) Line 139 altered from $plain .= "Amount=" . number_format($order->info['total'] * $currencies->get_value($protx_currency), $currencies->get_decimal_places($protx_currency)) . "&"; to $plain .= "Amount=" . number_format($order->info['total'] * $currencies->get_value($protx_currency), $currencies->get_decimal_places($protx_currency), '.', '') . "&"; As per usual - always back up More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Protx Form Payment Module | michael_s | New osCommerce Contributions | 0 | 07-08-2007 05:35 AM |
| Fia-net Payment Module | michael_s | New osCommerce Contributions | 0 | 01-15-2007 12:53 PM |
| Place ProtX Form in Frame?!?!? | frijj2k | osCommerce 2.2 Modification Help | 1 | 07-28-2004 06:45 AM |
| payment module | CMWM | osCMax v1.7 General Mods Discussion | 0 | 04-10-2004 07:11 AM |
| BoA payment Module | Anonymous | osCMax v1.7 Discussion | 0 | 12-07-2003 11:31 PM |