Hello! I’ve been trying to figure this out on my own and I’m coming up with mixed answers.
I’m creating a Glide app to white-label and embed on a company’s website so that their customers can shop on their site. Ideally, I’d like these customers to be able to shop on the site as a guest, no sign-up required, and then enter their email at checkout and can have that set-up an account for them where they’ll be able to see their order history.
Right now, I have the company employees set up in the Users table and they’re set as an Admin and that goes towards our “user” allotment for our Glide app. And then, I created a separate customers table.
My questions:
- Wondering if this is the correct set-up so far, or if I’m way off base?
- What would the customers table set-up look like so that they could shop as a guest and then add their email to sign-up/create an account, view order history, save their shipping address etc.