I have a live site and it is having some blog/stories available for free. I wish to post a new story, but this won’t be free to read. Instead, a member can do a one-time payment to unlock this story only. It will be unlocked for him/her forever. Is this achievable and can someone guide me?
I am aware of the membership plans and I do not want to go that route since I am not regular and I will definitely fail to provide regular content, so I wish to give one-off content periodically and will accept one-off payment for each content that the member wishes to unlock.
Hi! Yes, this is achievable with Wix Code. You can create a new page for the paid story and restrict access to it. You can do this by adding a dynamic page, setting its access settings to “members only” and adding a check in the page’s code to see if the user has paid for the story. If they haven’t paid, you can display a message or redirect them to a payment page. Create a payment page where users can pay to unlock the story. You can use Wix Payments or a third-party payment provider like PayPal. When the user pays, you’ll need to update their profile in the Members area to indicate that they have access to the paid story. Of course, you need some codes to implement all this reasonably and, above all, to adapt it to your wishes. Good luck!