Choice component and Price

Hello All,

I’m working on a coffee order app, and I need to be able to allow the customers to select from option list if available when they select some products.

The Choice component works fine if I only have one choice list.

So, my qustions are :

(1) Is it possible to create more than one choice list and link it to specific products? or hide it using the filter option?

(2) What is the best method used to link an option in a choice list to a price once selected?

any hint or a demo of an app whould be appricated.

For example :

Prodcut #1 : :coffee: :
Choice List : (Small -$10) (Meduim- $15) (Larage- $25)

Prodcut #2 :doughnut:
Choice List : ( Chocolate -$10) (Cinnamon-$12) (Strawberry- $11)

Thank you all in advance for your support.

Hola @LatteArt

(1) Is it possible to create more than one choice list and link it to specific products? or hide it using the filter option?

Yes. I’d create a category column that that allows me to filter the visibility condition of the choice component. I.e. if category is donuts. Etc

(2) What is the best method used to link an option in a choice list to a price once selected?

You need a choice/option sheet with the different columns for categories/prices/sizes for example:
Donut = ( Chocolate -$10) (Cinnamon-$12) (Strawberry- $11)
Coffee = (Small -$10) (Meduim- $15) (Larage- $25)

Then on your choice component configuration the source sheet is the choice/option sheet. Then your value and display option is the one you need for that product.

Here’s a tutorial by Glide that might help you understand it better.

3 Likes

Thank you Santiago I will look into it.

1 Like