help with plan and pricing + file share 🙏

Hey guys ! Hope you’re all fine! I’m writing to you because I REALLY NEED YOUR HELP ! I’m blocked on 2 points in 2 of my websites (that I made to better cope with the C19;) .

  1. [www.cinecapsule.com]((www.cinecapsule.com) (:pill:), there is a membership page accessible to those that have subscribed through “Plan and Pricing”.
    a. How can I give access to the person who has paid through “Plan and Pricing”, to the paid page? Because now, after paying there are not links that opens.
    b. This same person that is now a member, how can she/he re-access to this page?

  2. https://laustars.wixsite.com/classespace (:woman_teacher:) I’ve added the app “FILE SHARE”, that allows subscriber to upload or downloads files.
    a. How can I connect the “search bar” to the files in the “file share” (display the files as results of the search)?
    b. I should need to differentiate the files , for that I should need different pages that contain different types of document, and so multiple “file share” with different topics.
    For example, one page has all the document about “Math” files, one other page has all the documents about “French” files, for a total of 50 different pages, so also 350 different file sharing.
    Can I add some tags to the files ?

You can simply use Wix users for that and check the current user for their current plan.
https://www.wix.com/corvid/reference/wix-users.html
https://www.wix.com/corvid/reference/wix-users.html#currentUser
https://www.wix.com/corvid/reference/wix-users.User.html#getPricingPlans

You can use Wix Location API and the to function to direct any site member to your members only page, simply have a link like a button that only shows if the user is logged in so that it does not show for the public user.
https://www.wix.com/corvid/reference/wix-location.html#to

You can get the idea of it from this tutorial here.
https://support.wix.com/en/article/corvid-tutorial-building-your-own-members-area

Wix Fileshare is a Wix app and you are limited to what you can do with it through the use of code.
https://support.wix.com/en/apps-made-by-wix/file-share

You can see here more info about the Wix app’s own collection and how you can use certain fields from that dataset.
https://support.wix.com/en/article/corvid-wix-media-filesharefolders-collection-fields

Thank you GOS :slight_smile: