Best method for Paid Subscription - FEU and PayPal?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
rpr
Forum Members
Forum Members
Posts: 20
Joined: Wed Oct 10, 2007 2:24 pm

Best method for Paid Subscription - FEU and PayPal?

Post by rpr »

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.
paper girl
New Member
New Member
Posts: 9
Joined: Tue May 19, 2009 2:35 am

Re: Best method for Paid Subscription - FEU and PayPal?

Post by paper girl »

i would love to know the answer to this question as well?
wazman21
Forum Members
Forum Members
Posts: 24
Joined: Wed Jul 07, 2010 1:52 pm

Re: Best method for Paid Subscription - FEU and PayPal?

Post by wazman21 »

In your template for the secure content use:

{if $ccuser->loggedin() && $ccuser->memberof('SubscriptionGroup')}
{content}
{else}
{FrontEndUsers}
{/if}
Post Reply

Return to “Modules/Add-Ons”