Paypal Recurring Orders through 2checkout

Discussion in 'aMember Pro v.4' started by spiderz, Feb 20, 2012.

  1. spiderz

    spiderz New Member

    Joined:
    Feb 17, 2012
    Messages:
    25
    hi, why my recurring products are not showing the paypal on 2checkout order page? my clients can purchase only through credit card. today i ask the same question to 2checkout about recurring payments through paypal. (I thought maybe they are not supporting this)

    Me: Hi Sir, I need to know that does 2checkout support recurring payments through paypal? because i have many clients who only have paypal and they would like to purchase my services on recurring bases.

    Support: Thank you for contacting 2Checkout.com. I am sorry for the delay in response to your inquiry.
    Yes, the 2Checkout standard purchase routine offers PayPal as a payment option on both recurring and non-recurring sales so your customers would be able to use PayPal to pay for their recurring orders.

    then i attached the screenshot as a proof.
    Me: Check the attachment. It not showing Paypal on recurring products on my side.

    Support: The attachment you show is using our single page checkout. You must use our multi-page checkout to offer PayPal on your recurring sales.
    Example Single Page Checkout
    https://www.2checkout.com/checkout/spurchase?sid=1xxx729&quantity=1&product_id=1

    Example Multi Page Checkout
    https://www.2checkout.com/checkout/purchase?sid=1xxx729&quantity=1&product_id=1
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    In aMember you can change this in /amember/application/default/plugins/payment/twocheckout.php
    change
    PHP:
    const URL "https://www.2checkout.com/checkout/spurchase";
    to
    PHP:
    const URL "https://www.2checkout.com/checkout/purchase";
    Please let me know the result.
  3. gregatbizop

    gregatbizop Member

    Joined:
    Nov 3, 2011
    Messages:
    33
    I have been using the above method for a while, I think it was me originally who brought it up

    You really need to make sure that you take note of any updates because the edits will over write anything you do

    Only happened once though but I hope Amember team will sort this out as its been a couple of months since I first mentioned it, even if we had a tick both to choose what url we want
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Done. I've added such setting to plugin. Will be available in next release.

Share This Page