Hi, I downloaded and tried several shopping cart-type apps, and I think the only one that uses Glide’s native shopping cart is “simple store”. It certainly charges my card and sends me an email, and my money (less Stripe’s huge fee (.31 on a .50 order)) will be put back in my bank in 7 days.
But I don’t see any data in the app to tell me what was ordered, paid for, and who by. There is only one table in the template, though I added a user table.
From researching the forum, I see that Glide will write to an App: Sales sheet if G-tables are used. What table do I need to set up for Glide to write to native Glide tables, and what columns, etc?
Most of the questions and answers in the forum are two years old and things that are more recent either don’t have purchase examples or are geared toward non-native purchasing templates.
Just wanting to be able to charge a one-time fee to set a “Premium User” flag. I see a few really nice examples for non-native subscription-type apps – with extra fees paid for external services to process things.
I just need something simple for one-and-done “now I’m a premium user”. I may add something in later for voluntary “donations” – this app is being developed for a non-profit.
Glide’s Cart and Buy button integration is incredible simplistic. As weird as it sounds, yes, the only way to see results from that purchase is to have a google sheet attached so you can get the App:Sales sheet to show up. Then you still need another sheet tab that will use a formula to import that purchase data to another sheet tab so the app will actually see it. Maybe you can see it in your stripe account??? (don’t know, don’t use it) But, that is it. That is why you see several posts with homegrown solutions to get something more robust.
To be honest, I think there are some glide features that were created specifically for a certain customer, so it was adequate enough for that customer, but they shared that feature with the rest of us as is.
Based on the fact that glide dropped their additional fee for stripe purchases, I’m guessing in app purchases are not a priority, so I don’t really see anything changing with the Buy button integration in the near future.