Is there a way to set-up a paid subscription service, so an area of the website is only available to paid members? I'm presuming FEU is the best option to create restricted content, but I'm not sure how to ensure only people who have paid can gain access.
I need this to be instant access too, so that after payment, members can login immediately 24/7. So an idea where 'users' could be set-up manually and sent username/password is not really an option.
I'm sure this question must have been asked before, but I can't find any similar previous posts.
Thank you.
Best method for Paid Subscription - FEU and PayPal?
-
- New Member
- Posts: 9
- Joined: Tue May 19, 2009 2:35 am
Re: Best method for Paid Subscription - FEU and PayPal?
i would love to know the answer to this question as well?
Re: Best method for Paid Subscription - FEU and PayPal?
In your template for the secure content use:
{if $ccuser->loggedin() && $ccuser->memberof('SubscriptionGroup')}
{content}
{else}
{FrontEndUsers}
{/if}
{if $ccuser->loggedin() && $ccuser->memberof('SubscriptionGroup')}
{content}
{else}
{FrontEndUsers}
{/if}