Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

RBS World Pay Junior callback


Guest

Recommended Posts

this is how you setup RBS Worldpay

Payment Response URL http://<WPDISPLAY ITEM=MC_callback>

Payment Response enabled? tick

Enable Recurring Payment Response tick

Enable the Shopper Response tick

Payment Response failure email address yes your email here

Attach HTTP(s) Payment Message to the failure email? tick

Payment Response password yes

MD5 secret for transactions yes

 

I'm not able to get it to work perfectly. the payment does return to site, but the order is not linked to the buyer, buyer's order history is empty and the order is created. I am thinking to link the order directly in the database.

Link to comment
Share on other sites

  • 5 months later...

Thanks. I tried Worldpay module and it worked fine but has some funny lines after submitting payment. It has now disappeared after I apply this fix.

 

Gary

 

Extra white space in the latest Junior Callback file was causing me headaches that went away when I removed them...

The latest META update download adds in extra space that can safely be removed...

 

So the beginning of the file where the comments are (Starting line 18):

=================================================================

Copyright © 2008 osCommerce

 

Released under the GNU General Public License

*/

 

?>

 

<?php

 

if (isset($_POST['M_sid']) && !empty($_POST['M_sid'])) {

=================================================================

 

Can be changed to :

=================================================================

Copyright © 2008 osCommerce

 

Released under the GNU General Public License

 

*/

 

if (isset($_POST['M_sid']) && !empty($_POST['M_sid'])) {

=================================================================

 

the closing and re-opening of the php comments basically ads one line of whitespace, which Worldpay doesn't seem to like.

 

Hope that helps somebody!

Link to comment
Share on other sites

  • 2 months later...

Hi,

I install OrderCheck_v2.1 on osCommerce Online Merchant v2.2 RC2a, and have the following message

when i confirm "checkout_payment.php" :

 

--

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /homez.420/daydry/www/checkout_confirmation.php:2) in /homez.420/daydry/www/includes/functions/sessions.php on line 102

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homez.420/daydry/www/checkout_confirmation.php:2) in /homez.420/daydry/www/includes/functions/sessions.php on line 102

--

 

Any idea

 

Thanks a lot for your help

Matt

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...