# Process Orders with Quantities and Payments Country That Does Not Use Stripe

**URL:** https://community.glideapps.com/t/process-orders-with-quantities-and-payments-country-that-does-not-use-stripe/17737
**Category:** Ask for Help
**Created:** [October 29, 2020, 8:53pm UTC](https://community.glideapps.com/t/process-orders-with-quantities-and-payments-country-that-does-not-use-stripe/17737 "2020-10-29T20:53:36Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Candy\_Phillips](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/candy_phillips/32/15840_2.png) [@Candy\_Phillips](https://community.glideapps.com/u/Candy_Phillips)
#### Post date: [October 29, 2020, 8:53pm UTC](https://community.glideapps.com/t/process-orders-with-quantities-and-payments-country-that-does-not-use-stripe/17737/1 "2020-10-29T20:53:36Z")

</div>

Hello,

Hope everyone is well. What is the most efficient and effective way to (1) Select quantity for items to purchase and not click the buy now button repeatedly and (2) Add the sellers Ewallet QR code or Ewallet email on the checkout screen so users can scan or send a payment to the seller.

We do not have Stripe in our country for payments.

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [October 29, 2020, 10:15pm UTC](https://community.glideapps.com/t/process-orders-with-quantities-and-payments-country-that-does-not-use-stripe/17737/2 "2020-10-29T22:15:37Z")

</div>

I think you will have to build a custom cart functionality for this, where you use Form buttons to add items with custom quantities to the user’s cart.

---

<div class="post-metadata">

### Author: ![Candy\_Phillips](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/candy_phillips/32/15840_2.png) [@Candy\_Phillips](https://community.glideapps.com/u/Candy_Phillips)
#### Post date: [November 4, 2020, 11:47pm UTC](https://community.glideapps.com/t/process-orders-with-quantities-and-payments-country-that-does-not-use-stripe/17737/3 "2020-11-04T23:47:51Z")

</div>

Hello. Ok. Thank you for the reply. Working on this. The tricky part is figuring how to delete the items once an order is placed and show a last order in the event the customer wants to use their last order to make a new order. Will also see if I can add a link to the ewallet/qrcode in Glide and then an email to be directed back to the app after payment confirmation.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [November 5, 2020, 5:03am UTC](https://community.glideapps.com/t/process-orders-with-quantities-and-payments-country-that-does-not-use-stripe/17737/4 "2020-11-05T05:03:04Z")

</div>

The delete items part can be triggered by a script or zap. I had a flow like that in one of my client’s apps. On every new row submitted to the Orders sheet, take the customer email from that row, go back to the Cart sheet and delete all rows with that email.

---

<div class="post-metadata">

### Author: ![Candy\_Phillips](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/candy_phillips/32/15840_2.png) [@Candy\_Phillips](https://community.glideapps.com/u/Candy_Phillips)
#### Post date: [November 6, 2020, 8:31pm UTC](https://community.glideapps.com/t/process-orders-with-quantities-and-payments-country-that-does-not-use-stripe/17737/5 "2020-11-06T20:31:18Z")

</div>

Thank you ThinhDinh!

---

<div class="post-metadata">

### Author: ![Candy\_Phillips](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/candy_phillips/32/15840_2.png) [@Candy\_Phillips](https://community.glideapps.com/u/Candy_Phillips)
#### Post date: [November 6, 2020, 8:31pm UTC](https://community.glideapps.com/t/process-orders-with-quantities-and-payments-country-that-does-not-use-stripe/17737/6 "2020-11-06T20:31:57Z")

</div>

Thank you David.
