Results 1 to 10 of 730

Hybrid View

  1. #1
    Join Date
    Apr 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: WorldPay Module version 2.0 - Support thread

    I have set recreate sessions to false, placed another order, went through ok but still no redirect. I now also did not get the second WorldPay e-mail with the password failure.

  2. #2
    Join Date
    Mar 2010
    Location
    Nottingham UK
    Posts
    87
    Plugin Contributions
    1

    Default Re: WorldPay Module version 2.0 - Support thread

    Quote Originally Posted by barendfaber View Post
    I have set recreate sessions to false, placed another order, went through ok but still no redirect. I now also did not get the second WorldPay e-mail with the password failure.
    Seems a bit odd. If you have only just activated your worldpay installation it can take a couple of working days for them to test you've integrated correctly before they officially activate you.

    But a few things to check:

    1. Have you changed any of the default worldpay module settings, i.e. the code. I did find that the module download no longer uses the correct worldpay url. You'll need to amend includes > modules > payment > worldpay.php :

    Original:
    PHP Code:
            if ((int)MODULE_PAYMENT_WORLDPAY_TEST_MODE !== 0)
            {
    //         $this->form_action_url = 'https://select-test.worldpay.com/wcc/purchase';
    //         $this->form_action_url = 'https://select-test.wp3.rbsworldpay.com/wcc/purchase';
            
    $this->form_action_url 'https://secure-test.wp3.rbsworldpay.com/wcc/purchase';
            }
            else
            {
    //         $this->form_action_url = 'https://select.worldpay.com/wcc/purchase';
    //        $this->form_action_url = 'https://select.wp3.rbsworldpay.com/wcc/purchase';
            
    $this->form_action_url 'https://secure.wp3.rbsworldpay.com/wcc/purchase';
            } 
    Amended:
    PHP Code:
            if ((int)MODULE_PAYMENT_WORLDPAY_TEST_MODE !== 0)
            {
            
    $this->form_action_url 'https://secure-test.worldpay.com/wcc/purchase';
            }
            else
            {
            
    $this->form_action_url 'https://secure.worldpay.com/wcc/purchase';
            } 
    This is because they are no longer RBS WorldPay. But I'm assuming you got that far already.

    Also:

    2. In your worldpay installation make sure that:
    Payment Response URL is set to https://<wpdisplay item="MC_callback"> (or without the SSl if thats what you're using).
    Payment Response Enabled?: Checked
    Enable Recurring Payment Response: Not Checked
    Enable the Shopper Response: Checked
    Suspension of Payment Response: Not Checked

    &

    Payment Response password & MD5 secret for transactions are set correctly and match those in the worldpay module. You'll need the "Use MD5?" set to true in admin area also.

    3. Retype the TEST installation settings manually into the PRODUCTION settings in your worldpay installation. Sometimes the passwords don't copy and this causes it to fail. Once this is done, give it 15 mins or so before testing as worldpay is known to cache the settings for a little while before applying any amendments.

    4. Admin > Configuration > Sessions:
    Force Cookie Use: False
    Check SSL Session ID: False
    Check User Agent: False
    Check IP Address: False


    If all of the above doesn't work. Make sure suhosin is turned off (details of this are further back in the thread) and that if you're using php 5.3 session.use_only_cookies is off.

    Hopefully something from the above will help you out. I've got the original developer on board working on an updated mod for v1.5.1, so if all of the above fails theres still hope!

  3. #3
    Join Date
    Apr 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: WorldPay Module version 2.0 - Support thread

    I have been on the phone again to WorldPay tech support, got through to another agent. He had a look and said the resultC and resultY did not copy over to live environment, he asked that I need to test again in a few hours once their servers updated. will keep you posted but i am hoping this was the issue.

  4. #4
    Join Date
    Mar 2010
    Location
    Nottingham UK
    Posts
    87
    Plugin Contributions
    1

    Default Re: WorldPay Module version 2.0 - Support thread

    Hi all,

    I'm pleased to announce that I've had the code updated by Philip, he was lurking on the freelancer.com site where I was advertising for help.

    I've submitted an updated version of the module for zencart v1.3.x to the add-ons area. This should hopefully be approved and appear in the next week or so.
    I have a copy of the module working on 1.5.1 but its had quite a bit of code changes as the admin area side of things didn't work and has been made bespoke for my site (since I was paying for it). I'm sure he will have a stock copy of this available for anyone who requires it.

    If anyone needs any help, let me know!

    :)

    BottyZ

  5. #5
    Join Date
    Dec 2011
    Posts
    287
    Plugin Contributions
    0

    Default Re: WorldPay Module version 2.0 - Support thread

    Its my understanding that it has been updated to 1.5? On the downloads it still says 1.3.9 only

  6. #6
    Join Date
    Mar 2010
    Location
    Nottingham UK
    Posts
    87
    Plugin Contributions
    1

    Default Re: WorldPay Module version 2.0 - Support thread

    Quote Originally Posted by DannyVarley View Post
    Its my understanding that it has been updated to 1.5? On the downloads it still says 1.3.9 only
    As I said, I've updated the 1.3.x module on the downloads area. A working v1.5 is obtainable but you'll need to chat to Philip directly to get a hold of this. I have a heavily modified version that suits my zen cart layout (as I paid him to do it) which proves there is a working version for 1.5.

    I hope this helps.

  7. #7
    Join Date
    Dec 2011
    Posts
    287
    Plugin Contributions
    0

    Default Re: WorldPay Module version 2.0 - Support thread

    Ah okay, thanks for the help!

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 116
    Last Post: 31 Dec 2025, 11:36 AM
  2. MultiSite Module Support Thread
    By Gerome in forum All Other Contributions/Addons
    Replies: 2246
    Last Post: 29 Dec 2025, 10:13 AM
  3. v151 Codetrio Sphinx Search Version 1.0 Support Thread
    By imranulh in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 16 Jul 2014, 01:24 AM
  4. Simple SEO URL (OLD version) [support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 5053
    Last Post: 30 Jun 2014, 02:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg