Issue: Connect amount of entries into database collection with paid plans (classified ads)

Ok, I’m building this: www.RusExpat.com (Russian language), it has part with classified ads. Of course, I want to monetize this activity. One automatic way I see - 1. turn on paid plans 2. Provide access to pages with user data entry fields only AFTER payment. 3. Everybody is happy.

Problem. Paid plans provide a minimum of one week access to the assigned pages. My users will have enough time to post 10000000000 ads during this timeframe. Is there any clever way I could limit the access (set the amount of page entries) to the page after paid plans purchase?

If no - I am feeling ready for this feature to be implemented by wix

Thank you!

1 Like

Hi! As of now, I’m not sure if there’s a way to limit the access. Maybe someone can provide a workaround, but as of now this makes for a great #FeatureRequest.

Not sure if it will suit your needs exactly, but…
https://www.wix.com/corvid/forum/community-discussion/how-to-limit-submissions-per-user
https://www.wix.com/corvid/forum/community-discussion/can-i-limit-the-no-of-registration-in-database

Oh, thank you very much, it really looks like what I’m trying to do! Gotta read carefully the thread

That would be the best option, if it was a feature)

@s8947192 The other option is using a before insert hook to check how many submissions a user has made, then passing the data to the page and disabling the submit button.

Thank you for sharing this Heath! You rock.

.