# "Item No Longer Available" Buy Button issue

**URL:** https://community.glideapps.com/t/item-no-longer-available-buy-button-issue/18795
**Category:** Ask for Help
**Created:** [November 23, 2020, 5:58am UTC](https://community.glideapps.com/t/item-no-longer-available-buy-button-issue/18795 "2020-11-23T05:58:33Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![eppo](https://avatars.discourse-cdn.com/v4/letter/e/5f8ce5/32.png) [@eppo](https://community.glideapps.com/u/eppo)
#### Post date: [November 23, 2020, 5:58am UTC](https://community.glideapps.com/t/item-no-longer-available-buy-button-issue/18795/1 "2020-11-23T05:58:33Z")

</div>

Is there a solution yet to using user specific columns for price data? As of now everything goes smoothly until purchase, at which point there’s an **‘item no longer available’** error. The problem seems to be with the type of column the price is being pulled from; in this situation I need to use a **user specific column** so that users booking appointments with the same date don’t override each other. Many other column types (math, rollup, template, etc) aren’t even available as options for the buy button price field.

---

<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 23, 2020, 9:53am UTC](https://community.glideapps.com/t/item-no-longer-available-buy-button-issue/18795/2 "2020-11-23T09:53:02Z")

</div>

It’s always been that way and David has said it’s a security measure for the buy button to not use any Glide columns for now. You should use a sheet column.

---

<div class="post-metadata">

### Author: ![eppo](https://avatars.discourse-cdn.com/v4/letter/e/5f8ce5/32.png) [@eppo](https://community.glideapps.com/u/eppo)
#### Post date: [November 23, 2020, 10:31pm UTC](https://community.glideapps.com/t/item-no-longer-available-buy-button-issue/18795/3 "2020-11-23T22:31:01Z")

</div>

Is there a way to use sheet columns without the problem of different users overriding each other? Especially since the buy button doesn’t work with row owners, this seems tough

---

<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 23, 2020, 11:47pm UTC](https://community.glideapps.com/t/item-no-longer-available-buy-button-issue/18795/4 "2020-11-23T23:47:54Z")

</div>

You should submit the order details to a row in the sheet and let the users use the buy button in there. Not an ideal flow, but I don’t think there are any other ways as of now.

---

<div class="post-metadata">

### Author: ![Jonathon\_Kohn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jonathon_kohn/32/8593_2.png) [@Jonathon\_Kohn](https://community.glideapps.com/u/Jonathon_Kohn)
#### Post date: [February 19, 2021, 8:30pm UTC](https://community.glideapps.com/t/item-no-longer-available-buy-button-issue/18795/5 "2021-02-19T20:30:48Z")

</div>

Any word on if/when this will be allowed? Forcing a bad UX is creating a ton of friction and preventing potential donations ☹

---

<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: [February 19, 2021, 11:48pm UTC](https://community.glideapps.com/t/item-no-longer-available-buy-button-issue/18795/6 "2021-02-19T23:48:09Z")

</div>

No word as of now, and I agree there should be upgrades to the buy button.

---

<div class="post-metadata">

### Author: ![RyanTan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ryantan/32/41225_2.png) [@RyanTan](https://community.glideapps.com/u/RyanTan)
#### Post date: [February 7, 2022, 8:44am UTC](https://community.glideapps.com/t/item-no-longer-available-buy-button-issue/18795/7 "2022-02-07T08:44:53Z")

</div>

facing similar issue, i am using row owners as there are some user-specific data that should not be visible to everyone. just wondering if there are any developments on this?

---

<div class="post-metadata">

### Author: ![Simon\_Hill](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/simon_hill/32/94730_2.png) [@Simon\_Hill](https://community.glideapps.com/u/Simon_Hill)
#### Post date: [February 7, 2022, 8:55am UTC](https://community.glideapps.com/t/item-no-longer-available-buy-button-issue/18795/8 "2022-02-07T08:55:03Z")

</div>

There is a workaround as explained in this video, which adds custom product information at sign-up into a ‘Product catalogue’. The buy button sources from the Product Catalogue, which is therefore user specific. Not sure if this helps… but I share for interest.

> [@Lifetime membership access, how to access App:Sales](https://community.glideapps.com/t/lifetime-membership-access-how-to-access-app-sales/37755/11):
>
> Here is a little video to demo the App called GoodBuy. This is the code for the Google Sheet clone: you can have a new Google sheet and use the formula below in cell A1. ={'App: Sales'!A:Z} This will duplicate your App: Sales sheet and allow you to see it in the editor. The app can be copied. Hope it’s all clear! Enjoy.
