I would like to build a solution working like this:
-Visitors can register (by providing their name, email and address)
-They can then see a range of items for sale (with quantity remaining showing in form of a bar (e.g. 230/1000 available)
-They can then buy an item (items are digital, no shipping needed) e.g. through Stripe
-A contract should be created for the purchase and send to the customer’s email (though we could do this manually, if it can be automated that would be great though)
-Customers can also view the assets that they purchased on a subpage (including information about them)
I know this is rather complex but is there anyway to do this via Webflow (of course using plugins)?
Thank you so much!