Hey, I know it was asked long time ago,
Though I've just done this. so for others to come I'll share it here.
so upload the attached file to includes\cron
And from the admin panel, create a new cron job with exactly the same params as the Subscriptions cron job, but call it : Subscriptions norecurr And point it to the new file. ( ./includes/cron/subscriptions_norecurr.php )
Now make sure this new cron job is enabled, and disable the old Subscriptions cron job.
The description I gave this cron job :
Quote:
Once per day, this script removes expired paid subscriptions as well as send out reminders about soon to expire subscriptions except recurring subscriptions. members with recurring subscriptions will not get email reminder.
|
That's it.