Please Test: Shopping Cart

Please also consider providing a Cash on Delivery option (COD). Thanks

1 Like

Looks great and behaved nicely! Other payment options like Paypal or Stripe would be good.

On another note:
the stagings template does not seem to exist any longer. do you still have a copy to play around with?

Stripe is the payment processor.

Ah nice. As mentioned, can;t see the template on staging, so just clicked around and saw CC info and not the associated provider.

1 Like

Do you mean you can’t copy the app because it’s full screen now?

https://pokestore.staging.glideapp.io
=> brings me to the app to interact with it, but no copying option

https://staging.heyglide.com
=> going on staging, can start new apps from templates, but can’t find that template

I posted a question about copying here. There is most likely not a standard template for that app. Just something David created to demonstrate the cart. I’m also not sure if it was able to be copied to begin with.

https://community.glideapps.com/t/please-give-us-feedback-tablet-desktop-mode/4764/8?u=jeff_hager

Gotcha. Thought so because he wrote “You can also copy the Pokéstore sample”

Was mostly hoping to be able to take a look into sth else there:)

Thanks for the help here and everywhere Jeff, much appreciated!

1 Like

Any news about adding items quantity option in shopping cart?
Thanks

3 Likes

Any news on incorporating COD to the Cart? Now would be the perfect time to utilize, at least in my country. Thanks

2 Likes

Can I change the buy button for a “finish” button?

Where does glide stands with respect to providing / integrating COD option?

2 Likes

Echoing the desires to show item quantity as well as a cash on delivery purchase option. This would be solve a huge need for COVID-19 apps.

1 Like

I really like the initial implementation of the products, cart and checkout process. Great to know. :+1:

My feature requests:

  • Post checkout: have a list of orders previously made.

  • Possibly using the progress bar component build a small timeline post checkout: ordered (rowID #)> pay processed (return a value from stripe and append it to row on sheet) > seller notes (insert field from sellers manual google sheet entry, eg ‘shipping’ or ‘shipped’ or ‘delivered’ or ‘problem’ or ‘…insert sellers own…’

1 Like

You can always duplicate the App Sales sheet into another sheet that is visible to Glide. Then use relations or filtering by signed in user to show only the records for the signed in user.
For your progress bar, you could use the same duplicated sheet and add another column that contains whatever value you need to populate the progress bar.

what expiration date, cvc and zip code can use with this test credit card?

Doesn’t matter any cvc, date or zip will do.

1 Like

Is there anything wrong with the payment. I am using the pkestore app and when i click the checkout button a checkout screen opens up but that’s blank.

According to the link above, that app is in staging. Staging may not allow stripe to function outside of the builder. Just a guess.

Hello. I’m new to Glide and still learning my way around. I happen to read this post in the community and thought of asking for help.
I’m trying to build a store app that manages sales and inventory. I thought of creating a cart, adding items to that cart with the quantity of each item then compute the total amount of each item then compute the total amount of that cart. I have no idea how to achieve that. I also want to manage the inventory of each item and record the details of each transaction.
I hope you can give me a guide, how to’s or forward me a tutorial. You may have a different idea or process to do it, kindly tell me. Thank you very much.