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