This is a discussion on WorldPay Select Junior Invisible within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; 1) Upload includes directory from this zip 2) Modify the file /checkout_payment.php, at around line 154: ------------------------------------ change ------------------------------------ if (isset($...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 1) Upload includes directory from this zip 2) Modify the file /checkout_payment.php, at around line 154: ------------------------------------ change ------------------------------------ if (isset($HTTP_GET_VARS['payment_error']) && is_object(${$HTTP_GET_VARS['payment_error']}) && ($error = ${$HTTP_GET_VARS['payment_error']}->get_error())) { ?> ------------------------------------ to ------------------------------------ if ((isset($HTTP_GET_VARS['payment_error']) && is_object(${$HTTP_GET_VARS['payment_error']}) && ($error = ${$HTTP_GET_VARS['payment_error']}->get_error())) || ($HTTP_GET_VARS['payment_error'] == "wp_error")) { $error_msg = ($HTTP_GET_VARS['payment_error'] == "wp_error") ? $HTTP_GET_VARS['error'] : $error['error']; ?> ------------------------------------ Optional (IMPORTANT if you are on GoDaddy hosting) 3) In includes/modules/payment/worldpay_invisible, starting at line 33, ending line 35 are three commented lines. If you are hosted with GoDaddy, these lines MUST be uncommented in order for the module to work. If they are not, all transactions will simply time out, as GoDaddy requires all Curl SSL transactions to go through their proxy. ------------------------------------ Having completed the above three tasks, you are almost ready to process transactions with your WorldPay Select Invisible account. Before you do, you must hit install for the WorldPay Invisible payment module, and fill in your details (Installation ID, Authorisation Password and Refund Policy). All requirements for usage of WorldPay Invisible are met (display of store address, contact details, refund policy, accepted payment types and WorldPay logo on payment page), so after these have been filled in you should be ready to go. Note that by default, the Test Flag is set to 100 (successful test transaction). In order to go live, set this to 0 from the configuration panel. This module has been tested on a clients online store, and by staff at WorldPay and has been instrumental in the activation of an Invisible Installation under osCommerce. This is my first osCommerce contribution, so if you do indeed find any errors, or ways it could be improved please do not hesitate to modify or contact me. Enjoy! Psilocybeing http://www.othala.co.uk/ More...
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WorldPay Select Junior | michael_s | New osCommerce Contributions | 0 | 01-12-2008 07:19 PM |
| Worldpay 4.0 - V1.0 | michael_s | New osCommerce Contributions | 0 | 05-04-2007 02:11 AM |
| invisible categories | kellycog | osCommerce 2.2 Modification Help | 2 | 08-16-2004 06:21 AM |
| PLEASE take a look: images are invisible | Anonymous | osCMax v1.7 Discussion | 11 | 04-20-2004 07:54 AM |
| Worldpay Help | Waza04 | osCommerce 2.2 Modification Help | 2 | 02-25-2003 11:20 AM |