Contributions

Payment Modules (Category Index)
Search: 

Worldpay 4.0 - V1.0

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

Expand All / Collapse All

callback url failing 29 Feb 2008

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.

non-secure items message fix 4 May 2007
Worldpay v4.0 - 1.9 2 Nov 2006
Callback fails - worldpay - v4.0 - ver1.8 31 Oct 2006
Japanese translation 21 Mar 2006
French translation 22 Feb 2006
German Translation Nick Weisser 7 Dec 2004
Fix for https callback problem Alex 26 Oct 2004
Worldpay v4.0 - 1.8 G Burton 26 Aug 2004
Worldpay Version 1.7 Graeme Conkie 14 Apr 2004
07/04/2004-Worldpay 4.0 version 1.6 Paulz 7 Apr 2004
Worldpay 4.0 version 1.5 (take 2 :-)) Nimmit 18 Feb 2004
Worldpay 4.0 version 1.5 Nimmit 18 Feb 2004
Worldpay MS1 Graeme Conkie 8 Apr 2003
Worldpay V4.0 - Version 1.4 Graeme Conkie 13 Feb 2003
Worldpay V4.0 - Version 1.3 Graeme Conkie 17 Jan 2003
Worldpay 4.0 - v1.2 Graeme Conkie 15 Jan 2003
Worldpay 4.0 - v1.1 Graeme Conkie 13 Jan 2003
Worldpay 4.0 - V1.0 Graeme Conkie 12 Jan 2003

Note: Contributions are used at own risk.