Force length of time for recurring

Discussion in 'Payments processing' started by upsa, Feb 19, 2006.

  1. upsa

    upsa New Member

    Joined:
    Feb 17, 2006
    Messages:
    23
    Hi,

    I want to offer 2 options to people.

    1 option pay 100.00 for an entire year (1 product, setup for 1y)


    the other option,

    1 year of subscription, but paid monthly (total they would pay would be 12 * 10.00 /month or $120.00.) I therefore do NOT want them to be able to cancel the recurring billing because they are basically financing the membership by stringing it out

    does that make sense? maybe I cannot do that? If I cannot do that, what are some other options I can consider?

    10.00 a month trial for 3 months, then get remainder? etc.?

    Thanks!!!

    brian
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Which payment processor are you using?
  3. upsa

    upsa New Member

    Joined:
    Feb 17, 2006
    Messages:
    23
    Im using Authorize.net and Paypal.
  4. upsa

    upsa New Member

    Joined:
    Feb 17, 2006
    Messages:
    23
    From alex:

    He says:

    This will not work with paypal.
    Because this is impossible to restrict access for cancel subscription.
    User will be able to do this anytime.

    --
    Alexander

    I said:

    So how do I do it with Authorize.net.

    I'll just only make my monthly subscriptions payable that way.

    brian


    Alex said:

    Ok. To restrict cancellations edit /amember/plugins/payment/cc_core/cc_core.inc.php:
    find this:
    function cc_core_get_cancel_link($plugin, $payment_id){

    modify it:
    function cc_core_get_cancel_link($plugin, $payment_id){
    return;

    --
    Alexander
  5. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    You talked with Alexander, not me, but it does not make response less correct :)

Share This Page