Heisenberg submitted a new resource:
You must be registered for see links
- Temporary discount subscriptionvB Version: 3.8.x
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:
Code:if ($subscription['active']) {
Replace:
Code:if...
You must be registered for see links
Last edited: