Worldpay recurring billing

Discussion in 'Payments processing' started by iain_web, Sep 30, 2009.

  1. iain_web

    iain_web aMember Pro Customer

    Joined:
    Aug 29, 2006
    Messages:
    10
    I need to implement recurring billing on Worldpay with a few days free trial period. All the posts I have read talk about simply inputing to the 'trial period' area when setting up the product. BUT these fields do not appear for Worldpay. However, Worldpay DOES support recurring billing....so how do I do it?
    I know it will be simple!

    Interestingly, if I add Paypal as a plugin, then the trial period fields do appear when setting up a product. But I would prefer not to accept Paypal, as WP is cheaper in the long run.

    thanks,
    Iain
  2. iain_web

    iain_web aMember Pro Customer

    Joined:
    Aug 29, 2006
    Messages:
    10
    FYI. I have now received an answer on this through ticket request. It works!

    Please edit /amember/plugins/payment/worldpay/worldpay.inc.php file.
    Replace code:

    // var $supports_trial1=1;

    to:
    var $supports_trial1=1;

    (I mean uncomment this row).

Share This Page