Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

WP callback solution


Guest

Recommended Posts

Hi, for those of you struggling to get worldpay call back to work because your payment confirmation 'hangs' at worldpay..

 

I wasted hours trawling through this forum, until I discovered that the payment URL in catalog/includes/modules/payment/worldpay_junior.php needed to be updated:

 

Find (around line 40):

 

$this->form_action_url = 'https://select.worldpay.com/wcc/purchase';

 

Change to:

 

$this->form_action_url = 'https://secure.wp3.rbsworldpay.com/wcc/purchase';

 

Hope this works for you

Link to comment
Share on other sites

  • 2 weeks later...

Find (around line 40):

 

$this->form_action_url = 'https://select.worldpay.com/wcc/purchase';

 

Change to:

 

$this->form_action_url = 'https://secure.wp3.rbsworldpay.com/wcc/purchase';

 

Hope this works for you

 

Guess it depends on the version of OSC but it's already updated in this contribution http://addons.oscommerce.com/info/7151

If it still don't work, hit it again!

Senior PHP Dev with 18+ years of commercial experience for hire, all requirements considered, see profile for more information.

Is your version of osC up to date? You'll find the latest osC version (the community-supported responsive version) here.

Link to comment
Share on other sites

  • 1 month later...

Guess it depends on the version of OSC but it's already updated in this contribution http://addons.oscommerce.com/info/7151

 

Just as an FYI for everyone, RBS sold WorldPay to a bunch of VCs who duly changed it back to the old worldpay.com domain. So you may need to undo this if you're on the old WorldPay Junior module. Thanks a bunch you over zealous marketing guys at RBS for adding it in in the first place!

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