Check ordered items product group

I have 3 product groups: drinks, main courses & deserts
I would like to have a quick check howmany drinks, maincourses, deserts are ordered before actual payment
is this possible?

Yes, it would probably be best to use a custom product tag (MT) and use the MT.Name=Value report constraint in a report ticket order quantity expression.
I will have an example somewhere but not on PC

Thanks in advance. I am looking for something that can be build In the payment proces…

I used this to autyomatically tag the ticket with a covers count based on an other state. Its a statebecause its part of a wider more complex flow however small change to custom tag will hapily work for your senario.

{TICKET ORDER QUANTITY TOTAL EXP:(OS.Kitchen Course=Mains)}

If you use the custom product tag and name it say ‘Course’ your expression would be;

{TICKET ORDER QUANTITY TOTAL EXP:(MT.Course=Mains)}

Or as your probably looking to compaire numbers youll want to wrap in a TN()

[=TN('{TICKET ORDER QUANTITY TOTAL EXP:(MT.Course=Mains)}')]

1 Like