I have to give members permission to a certain page by allocating them with a role. This page is made up of tutorials for a software module I sell through the store. Essentially the customer pays for the software download, but then gets access to a particular page for tuition. Can anyone out there help me link the SKU number of the product purchased to automatically link access to that page?
1 Like
Ooh good question. Maybe with #Corvid, as I don’t think that level of automation is integrated quite yet.
Following.
Hi
You can use Corvid or Wix paid plan app
But we can’t use “Role”
as this property is a get only
We can’t change the role of the user using code
So workaround is to use a database
if the user is Paid for that software
Update the database with the email
And on the page, query that email
to show/hide the download button
Or
You can create a One time payment using Wix paid plan app
But this won’t be connected to Wix store
I’ll explore the database and see where this gets me. Thank you.