# A shop where users can choses sizes or color?

**URL:** https://community.glideapps.com/t/a-shop-where-users-can-choses-sizes-or-color/8673
**Category:** Ask for Help
**Created:** [May 7, 2020, 2:59pm UTC](https://community.glideapps.com/t/a-shop-where-users-can-choses-sizes-or-color/8673 "2020-05-07T14:59:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Cjay](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/cjay/32/453_2.png) [@Cjay](https://community.glideapps.com/u/Cjay)
#### Post date: [May 7, 2020, 2:59pm UTC](https://community.glideapps.com/t/a-shop-where-users-can-choses-sizes-or-color/8673/1 "2020-05-07T14:59:57Z")

</div>

Hi Gliders ! I’m back with a new question.

Is there a way to allow a user to choose the color or size of an item they want to buy?

Imagine if we sell clothes:

- I see how to create category and sub categorie and sub sub … (thanks Jeff ^^ )
- I see how to manage stocks and sell order (thanks Jeff and Robert ! ^^)

But, I don’t see how we can let the user choose the size of his shoes or the color of his hat …

Any Ideas ?

Thanks a lot

---

<div class="post-metadata">

### Author: ![George\_B](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/george_b/32/534_2.png) [@George\_B](https://community.glideapps.com/u/George_B)
#### Post date: [May 7, 2020, 3:47pm UTC](https://community.glideapps.com/t/a-shop-where-users-can-choses-sizes-or-color/8673/2 "2020-05-07T15:47:01Z")

</div>

You would use choice components for each. Then based on those choices you would use a template column to concatenate them together along with the actual item number to come up with that combined item number that would be used when they select the buy button. It would look something link this. 12345-10.5-Black. (Item@-Size-Color).
