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