Community Add-Ons

Add file to this package
Top » Payment Modules

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

Expand All / Collapse All

callback url failing goring_gap 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 goring_gap 4 May 2007  
Worldpay v4.0 - 1.9 dehansen 2 Nov 2006  
Callback fails - worldpay - v4.0 - ver1.8 seiretto 31 Oct 2006  
Japanese translation ds-style 21 Mar 2006  
French translation letux 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