Two or more ask question

Im currently using Kendash’s tutorial for the ask question for portions which is great.

Im looking to add a child’s menu, is it possible to have it so that when the button is pressed we get a first ask question giving a selection of a starter product (not portion) and once this is added another ask question pops up for a main course product (not portion). I dont know if this is possible.

Thanks in advance

Yep you can have an ask question ask you to select a starter, so all the buttons would be the starter choices. When pressed it would add the product to the ticket and then initiate the second ask question

Thanks @RickH. How would I go about doing this?

The two questions is the easy part just two ask question accounts in a row.
You will need to make an add order action and set the buttons/command values in the ask question to match (most likely EXACTLY) the product names they coraspond to.
Then using the command name field of the ask question acction you make an automation command executed rule with this command name as a constraint for the rule then put the add order action in there using command value for the product name.

The button triggers the questions rule.
The ask questions triger a seperate rule which takes the command value and adds the product with the matching name.

I have tried asking two question in a row in the menu product properties but it does not do anything. If I have just the one question then its works fine.

I have go the automation commands set and the actions are as follows:

The rules:




What am I doing wrong …?

Few things wrong?
You would want the ask questions both in one rule not two seperate ones.
What’s the cancel ask?

The cancel ask is to process the cancel automaton button which is to cancel the product being added.

I have tried adding the two ask question actions to the ask question rule but it asks the two questions but no products get added.

You seem to have a different action in the rule than the one shown for add product?

Also you couldn’t need to have a cancel action.
You have constrained adding order to does not = cancel so nothing will haven of you press cancel.
Also make sure the = command value on question buttons EXACTLY match the product name.

Your “Ask Question” Automation command name has “Apply Kids Menu”…
In your “Apply Kids Menu” rule. The constraint “Auto Command Value” equals should be the same as your ask question for it to work.
So
Auto Command Value–Equals—Apply Kids Menu

Then follow same method for kids menu starter as well