Results 1 to 10 of 117

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Location
    Cymru
    Posts
    124
    Plugin Contributions
    0

    Default Re: WorldPay Module version 3.0 - Support thread

    Hi. I'm trying to integrate Worldpay with two Zen Cart based websites. I already have two Worldpay Ecommerce accounts ready, but after installing this module, and trying my best to integrate my Zen Cart stores with Worldpay, I've come to the conclusion that I will not be able to do this without help. Can anyone suggest companies that provide this service for a fee? Feel free to DM me.

  2. #2
    Join Date
    Jun 2007
    Location
    Cymru
    Posts
    124
    Plugin Contributions
    0

    Default Re: WorldPay Module version 3.0 - Support thread

    Hi, has anyone got a link to a working version of this mod on their site so that we can see exactly how it works from a custtomer perspective?

    Many Thanks.

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

    Default Re: WorldPay Module version 3.0 - Support thread

    Quote Originally Posted by bonheddwr View Post
    Hi. I'm trying to integrate Worldpay with two Zen Cart based websites. I already have two Worldpay Ecommerce accounts ready, but after installing this module, and trying my best to integrate my Zen Cart stores with Worldpay, I've come to the conclusion that I will not be able to do this without help. Can anyone suggest companies that provide this service for a fee? Feel free to DM me.
    Hi Bonheddwr,

    What kind of issues are you experiencing when installing the module? I can confirm I have it working in v1.5.5a of zen cart.

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

    Default Re: WorldPay Module version 3.0 - Support thread

    Hi all,

    Just as an update to get shipping tax to work with this module in v1.5.5a, you'll need to make an amendment similar to the one DrByte mentions in the following post (https://www.zen-cart.com/showthread....61#post1312461), in the includes/modules/wp_checkout_process.php file:


    Lines 24-41:

    Code:
    // load selected payment module
    require(DIR_WS_CLASSES . 'payment.php');
    // $payment_modules = new payment($_SESSION['payment']);
    $payment_modules = new payment('worldpay');
    // load the selected shipping module
    require(DIR_WS_CLASSES . 'shipping.php');
    $shipping_modules = new shipping($_SESSION['shipping']);
    
    require(DIR_WS_CLASSES . 'order.php');
    $order = new order;
    
    // prevent 0-entry orders from being generated/spoofed
    if (sizeof($order->products) < 1) {
      zen_redirect(zen_href_link(FILENAME_SHOPPING_CART));
    }
    
    require(DIR_WS_CLASSES . 'order_total.php');
    $order_total_modules = new order_total;
    Change to:

    Code:
    // load selected payment module
    require(DIR_WS_CLASSES . 'payment.php');
    // $payment_modules = new payment($_SESSION['payment']);
    $payment_modules = new payment('worldpay');
    
    require(DIR_WS_CLASSES . 'order.php');
    $order = new order;
    
    // load the selected shipping module
    require(DIR_WS_CLASSES . 'shipping.php');
    $shipping_modules = new shipping($_SESSION['shipping']);
    
    // prevent 0-entry orders from being generated/spoofed
    if (sizeof($order->products) < 1) {
      zen_redirect(zen_href_link(FILENAME_SHOPPING_CART));
    }
    
    require(DIR_WS_CLASSES . 'order_total.php');
    $order_total_modules = new order_total;
    I hope this helps.

  5. #5
    Join Date
    Mar 2006
    Location
    Wolverhampton, UK
    Posts
    31
    Plugin Contributions
    0

    Default Re: WorldPay Module version 3.0 - Support thread

    Is anyone else suffering with the callback timeout issue still? I'm trying to get this to work on a site and have failed miserably!! Each time I try a transaction the callback fails returning the following in the response data report:

    Location: http://domain/store/index.php?main_page=time_out

    I've tried this on the main site using ZC 1.5.1a, a clean installation with classic template 1.5.1a and a clean installation with classic template 1.5.5a all with fresh download of the Worldpay 3.0 module.

    This has also been tested with ZC 1.5.5a with PHP 5.3.28, 5.4.45 and 5.5.38

    And module reports - Diagnostic: Recreate Session Check Verified: Session's can be recreated by worldpay in this shop.

    Thanks
    Mat
    Last edited by fozzyo; 16 Aug 2016 at 02:34 PM.

  6. #6
    Join Date
    May 2006
    Location
    UK
    Posts
    28
    Plugin Contributions
    0

    Default Re: WorldPay Module version 3.0 - Support thread

    In the WorldPay-ReadMe.html file in the WorldPay_3.0 > _docs folder, I cannot access any of the pages other than the 'Purpose' page in Google Chrome. However, it works fine in Firefox.

    Has anyone else noticed this?
    My first Zen Cart site: www.dotcomtoolsuk.com

  7. #7
    Join Date
    Nov 2013
    Location
    Dorset, UK
    Posts
    124
    Plugin Contributions
    0

    Default Re: WorldPay Module version 3.0 - Support thread

    Hi All.

    I have this setup and all was fine in the test environment. I moved server and all appears to be fine with the store but now I can't get the callback to work which means you are left on the worldpay site after the transaction & obviously payment is collected successfully but nothing appears in zen cart.

    Please help

    Zen v1.54 & WP v3.0

    Email message:
    Error reported: Callback to https://######.com/index.php?main_page=wp_callback NOT OK, recevied HTTP status: 302

    Response.txt
    HTTP/1.1 302 Moved Temporarily
    Date: Thu, 17 Nov 2016 09:46:23 GMT
    Server: Apache
    X-Powered-By: PHP/5.6.24
    Set-Cookie: cookie_test=please_accept_for_session; expires=Sat, 17-Dec-2016 09:46:23 GMT; Max-Age=2592000; path=/; domain=#####.com
    Location: https://#####.com/index.php?main_pag...acker_response
    Strict-Transport-Security: max-age=0
    Connection: close
    Content-Type: text/html; charset=utf-8

    Worldpay Control panel:

    Click image for larger version. 

Name:	wp_control.jpg 
Views:	364 
Size:	51.0 KB 
ID:	16793

    I have read much of the WP2 posts and all of this one but still not had much luck.

    If you need more info just ask.

    Thanks in advance for any help received.

  8. #8
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    Default Re: WorldPay Module version 3.0 - Support thread

    Hi I have the same problem. The callback feature doesn't work. Did this get resolved and do you have an answer?
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

 

 

Similar Threads

  1. MultiSite Module Support Thread
    By Gerome in forum All Other Contributions/Addons
    Replies: 2246
    Last Post: 29 Dec 2025, 10:13 AM
  2. WorldPay Module version 2.0 - Support thread
    By philip_clarke in forum Addon Payment Modules
    Replies: 729
    Last Post: 4 Nov 2017, 08:23 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