This is a discussion on Worldpay 4.0 - V1.0 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; I am still having issues with the '& language' part of the callback url. If you are having the same ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| I am still having issues with the '& language' part of the callback url. If you are having the same problem and you only use a single language you can remove this part. find: tep_draw_hidden_field('MC_callback', $worldpay_callback[1] . '&language=' . $language_code) . or: tep_draw_hidden_field('MC_callback', $worldpay_callback[1] . '?language=' . $language_code) . replace with: tep_draw_hidden_field('MC_callback', $worldpay_callback[1]) . I have attached a /includes/modules/payment/worldpay.php file with this change already made. More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Worldpay 4.0 - V1.0 | michael_s | New osCommerce Contributions | 0 | 05-04-2007 02:11 AM |
| worldpay module problem | hrhstephen | osCMax v2 Customization/Mods | 1 | 06-08-2006 04:30 AM |
| Worldpay sometimes it works sometimes it doesn't | trekker | osCommerce 2.2 Modification Help | 1 | 12-17-2004 04:12 PM |
| Worldpay integration | Ozi | osCommerce 2.2 Modification Help | 5 | 11-11-2003 12:52 PM |
| Worldpay Help | Waza04 | osCommerce 2.2 Modification Help | 2 | 02-25-2003 11:20 AM |