Community Add-Ons
Worldpay 4.0 - V1.0
for osCommerce Online Merchant v2.2
This module allows OSCommerce Snapshots after 1/11/2002 to work successfully with Worldpay.
Specific thanks to Graeme Simms, and to others on the OSC Forums for their help in getting this contribution working.
This payment module uses callbacks to allow full control of the payment screen when a payment is made or cancelled.
Please read the install.txt file in the zip file for instructions.
Please test thoroughly before using in a live environment.
Good Luck, and remember to back up everything before using.
Regards
Graeme
Legend:
Download
Report
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.
