osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

WorldPay Select Junior Invisible

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($...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > New osCommerce Contributions

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 03-28-2008, 02:32 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 9,601
Thanks: 65
Thanked 280 Times in 266 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Post WorldPay Select Junior Invisible

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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 06:36 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax