Help two comands on one item not working

Hi, I have set up prompt for price when selecting item command and pop up tag option all on one item.
Both of those commands work fine when using only one of them on one item but when I try to use both of them on the same item only pop up tag option works fine. Here are some pictures what I am trying to do.
I have steak dish on the menu that price changes from time to time depending on the market of ingredients.
So prompt for price is working until I select pop up tag option and than the price that I have previously entered is not there…



Because you use portion as tag. When you set price, it set price for default portion. When you select option (portion), the portion you select has no price for it.

You have to use order tag instead of portions .

Or try select option first and set price for that portion.

I have to use order tags I have realised that , but I was more thinking of the speeding up process of ordering. I think it would be good idea if the pop up tag option could work with order tags to speed up ordering in a busy restaurants.:crying_cat_face:
Thanks

You can use ask question for order tag but more work to set up than portion since portion have portion name tag for it.

Your setting the portion after setting the price which is resetting the manual price.
That type of thing is better suited to order tag as said.
Tag can use ask question but need values setting manually. For something like this with static options its not to bigger deal as once set wont need changing.

You have a few options though;

  • You could reorder to choose portion first

  • You could switch to order tag

  • If you want to keep portion and still have price prompt first you could do a little more customization to ‘remember the price’ and set the price again after setting the portion.
    I have something similar on my half board package system, it sets included items to price of 0 up to the number of occupants in the room per course using a few custom states. I built in a way to override the 0 price option (ie if they have non resident guests eat with them) which uses a ‘OrigionalPrice’ state to put the order back to origional price and remove the ‘Package’ state to false allowing other courses to be set to 0.