# Is it possible to create a customer ordering app

**URL:** https://community.thunkable.com/t/is-it-possible-to-create-a-customer-ordering-app/565401
**Category:** Questions about Thunkable X
**Created:** [May 12, 2020, 6:16pm UTC](https://community.thunkable.com/t/is-it-possible-to-create-a-customer-ordering-app/565401 "2020-05-12T18:16:55Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![swiftyc97owtt](https://avatars.discourse-cdn.com/v4/letter/s/74df32/32.png) [@swiftyc97owtt](https://community.thunkable.com/u/swiftyc97owtt)
#### Post date: [May 12, 2020, 6:16pm UTC](https://community.thunkable.com/t/is-it-possible-to-create-a-customer-ordering-app/565401/1 "2020-05-12T18:16:55Z")

</div>

HI,

is it possible to create a customer order system like the one used in spoons. trying to make one to reduce the contact in a pub situation

cheers

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [May 12, 2020, 7:25pm UTC](https://community.thunkable.com/t/is-it-possible-to-create-a-customer-ordering-app/565401/2 "2020-05-12T19:25:53Z")

</div>

Hi @swiftyc97owtt, welcome to the Community.

I am just checking to make sure if this is related to the cross platform version of Thunkable (Thunkable X)? Thunkable Classic, which you have marked this post under, is retiring very soon.

---

<div class="post-metadata">

### Author: ![swiftyc97owtt](https://avatars.discourse-cdn.com/v4/letter/s/74df32/32.png) [@swiftyc97owtt](https://community.thunkable.com/u/swiftyc97owtt)
#### Post date: [May 13, 2020, 3:46pm UTC](https://community.thunkable.com/t/is-it-possible-to-create-a-customer-ordering-app/565401/3 "2020-05-13T15:46:07Z")

</div>

sorry this might be the wrong feed, thoughtit was thge genral feed

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [May 13, 2020, 4:03pm UTC](https://community.thunkable.com/t/is-it-possible-to-create-a-customer-ordering-app/565401/4 "2020-05-13T16:03:38Z")

</div>

No worries. I suppose how I should have answered the question is “yes”. It is possible on both platforms though you would want to be using Thunkable X.

You would need a backend database such as Firebase or Airtable. You would need the customer app and then an admin screen to view incoming orders, which could be rolled out as a web app so you can view it on a computer.

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [May 13, 2020, 4:12pm UTC](https://community.thunkable.com/t/is-it-possible-to-create-a-customer-ordering-app/565401/5 "2020-05-13T16:12:14Z")

</div>

Hey @swiftyc97owtt

> [@swiftyc97owtt](#):
>
> like the one used in spoons

Not sure how many of our non-UK/Ireland users will be familiar with 'Spoons 😂 but this sounds like a great idea for an app.

Do you have a client that you’re building this for, or just out of general interest?

Something like the new Data Viewer Grid would be a great way to present menu items, and it would be easy to update prices, specials etc too.

In our [sample app](http://community.thunkable.com/t/latest-thunkable-release-new-components-data-viewer-list-and-data-viewer-grid-2020-05-05/564204) we’ve used coffees, but it would work for a pub menu too of course!

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [May 13, 2020, 4:30pm UTC](https://community.thunkable.com/t/is-it-possible-to-create-a-customer-ordering-app/565401/6 "2020-05-13T16:30:11Z")

</div>

🤦‍♂️ I probably should have looked more into “spoons” before replying. Sounds really cool.

---

<div class="post-metadata">

### Author: ![swiftyc97owtt](https://avatars.discourse-cdn.com/v4/letter/s/74df32/32.png) [@swiftyc97owtt](https://community.thunkable.com/u/swiftyc97owtt)
#### Post date: [May 13, 2020, 5:00pm UTC](https://community.thunkable.com/t/is-it-possible-to-create-a-customer-ordering-app/565401/7 "2020-05-13T17:00:11Z")

</div>

hey,  
I have a local pub with a vulnerable owner so they are wanting to reduce there interactions with customers when they are able to reopen.

i have a google form setup on a website to act like an ordering system but thougth an app would serve the purpose better

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [May 13, 2020, 5:11pm UTC](https://community.thunkable.com/t/is-it-possible-to-create-a-customer-ordering-app/565401/8 "2020-05-13T17:11:06Z")

</div>

In short. The answer is yes. In app payments are still not easy(might not be possible at all) but I’ve seen a paypal integration recently.

You could definitely have an “order” app that alerts the vendor there is a sale/order waiting to be fulfilled.

You _could_ include a spot for a credit card number and callback phone number. Then program a luhn algorithm to verify that it’s a real card number. Then run the card upon receiving the order. If it goes thru complete the order, if not call back the customer

---

<div class="post-metadata">

### Author: ![swiftyc97owtt](https://avatars.discourse-cdn.com/v4/letter/s/74df32/32.png) [@swiftyc97owtt](https://community.thunkable.com/u/swiftyc97owtt)
#### Post date: [May 13, 2020, 5:17pm UTC](https://community.thunkable.com/t/is-it-possible-to-create-a-customer-ordering-app/565401/9 "2020-05-13T17:17:58Z")

</div>

yeah i think thats what we are going for

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:29am UTC](https://community.thunkable.com/t/is-it-possible-to-create-a-customer-ordering-app/565401/10 "2024-11-08T11:29:12Z")

</div>



---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [December 19, 2024, 5:01pm UTC](https://community.thunkable.com/t/is-it-possible-to-create-a-customer-ordering-app/565401/11 "2024-12-19T17:01:42Z")

</div>


