Setting Frontend auto-renewing limits?

Open
REHub - Price Comparison, Affiliate Marketing, Multi Vendor Store, Community Theme REHub - Price Comparison, Affiliate Marketing, Multi Vendor Store, Community Theme January 30, 2019
Login to reply
Chris N
5 years ago

Ok, thanks. I think I'm going to rework my membership options a bit. Try to avoid this type of set up.

Igor Sunz Support Agent
5 years ago

There is also more advanced addons for this. For example Dokan subscription addon (you must use Dokan plugin on site for this), but it''s working only for Products

Igor Sunz Support Agent
5 years ago

Count will be not renewed each month, but you will not need count, because you will restrict forms by user roles which will be renewed. Once user lose his role, he can't access to form

Chris N
5 years ago

Yea, I think I did what you are describing. But, how does that renew the limits? So, Will the count renew every month for an s2member monthly subscription if someone uses the frontend form with 4 x posting limit?

This is what I have used with my forms. I think this is what you are talking about.

[s2If current_user_is(s2member_level0)]

Basic Directory Listing

[wpfepp_submission_form form="5"][/s2If]

[s2If current_user_is(s2member_level1)]

Basic Directory Listing

[wpfepp_submission_form form="5"][/s2If]

[s2If current_user_is(s2member_level2)]

Premium Directory Listing

[wpfepp_submission_form form="6"][/s2If]


I have the s2member_level1 with a monthly subscription & 4 x month post. I have form 5 set to 4 post limit. Will this auto-renew when the user pays each month?

Thanks 

Igor Sunz Support Agent
5 years ago

You can create membership with conditions which you need. Then, create separate forms. Each form for each membership. Then, you can use conditional shortcode of S2member to limit access to each form. So, members with special membership will have access to special form. This example is described in our article about S2membership communities

Chris N
5 years ago

Hi

I'm using RH Frontend forms + BuddyPress + s2member.

I see where I can set a limit in RH frontend but it's not like the Woo-product limit; I don't see any way to say 4 per month. Just set limit at 4 (for example).

If I have 2 s2 memberships:

Basic: monthly (re-occurring) membership with 4 x form submissions PER MONTH. Not 4 x total... forever...

Pro: annual membership with unlimited form submissions.

How can I set this up?

Thanks