|
Temporary discount subscription
Say you want to do a temporary/introductory/launching promotion like for instance:
First users who subscribe will have a lifetime discount! Its not possible with current vb subscription settings, since you would have to put the subscription as "not active" and thus the recurring payments will not be processed. Here's how to it on a very easy way: Open payments.php Find: PHP Code:
if ($subscription['active']) {
PHP Code:
if ($subscription['active']) {
Find: PHP Code:
eval('$subscriptionbits .= "' . fetch_template('subscription_availablebit') . '";');
PHP Code:
eval('$subscriptionbits .= "' . fetch_template('subscription_availablebit') . '";');
Now make sure the promotional subscriptions id are < 2. That's it, from now on those will not show up. Download No files for download. |
|||||||||