News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Subscription option question PLEASE

Started by Saver One, January 07, 2009, 10:32:20 AM

Previous topic - Next topic

Saver One

Good morning.

I am using 2.0 Beta 4 and have completed the set up for the subscription services.  I have entered values for weekly, monthly, and annual memberships.  However, I have a couple questions about it.

Let's say a member comes to the site and subscribes for one week.  The renewal notice will go out 3 days prior to the expiration.  When the notice goes out, is there an option listed that would allow them to upgrade to monthly or annual?

And if so, is this option still available in the renewal notice if they have set it up for billing to be recurring?

Thanks again.


greyknight17

No, there is no upgrade option available in the email reminder. If you want, you can add it in manually yourself. The file you want to edit is located at /Themes/default/languages/EmailTemplates.english.php:

'paid_subscription_reminder' => array(
/*
@additional_params: scheduled_approval
REALNAME: The real (display) name of the person receiving the email.
PROFILE_LINK: Link to profile of member receiving email where can renew.
SUBSCRIPTION: Name of the subscription.
END_DATE: Date it expires.
@description:
*/
'subject' => 'Subscription about to expire at {FORUMNAME}',
'body' => '{REALNAME},

A subscription you are subscribed to at {FORUMNAME} is about to expire. If when you took out the subscription you selected to auto-renew you need take no action - otherwise you may wish to consider subscribing once more. Details are below:

Subscription Name: {SUBSCRIPTION}
Expires: {END_DATE}

To edit your subscriptions visit the following URL:
{PROFILE_LINK}

{REGARDS}',

Advertisement: