Ticket Lister - Show orders by Group Code

Hi fellow Samba’ers. Quick one - I am using a Ticket Lister widget to show some tickets. It works very well but I only want to show the items with two group codes (out of a total of 5 in my system). So for example I have group codes: Food, FoodSpecial, Drink, DrinkSpecial, Misc.

On my ticket lister I only want to show Food and FoodSpecial. Is there a way to make this happen in the ticket lister with the template? My current template is below.

Thank you.

[LAYOUT]
<L00><block 9 transparent left *>
<L00>Online - Delivery <br/>
<L00><size 16>{ENTITY DATA:Members:First Name} {ENTITY DATA:Members:Last Name} {ENTITY     NAME:Members}</size>
<L00></block>
<L00><color #FF953734>____________________________________________________________</color>            
<br/><br/>
{ORDERS}<br/>

<L00><size 15><timer {TICKET DATE:HH:mm} {TICKET TAG:Delivery Minutes} 1>
<L00>-30:<color LightGreen><size 15><m:>:<s:{0:00}> min.</size></color>
<L00><br/>0-5:<color LightPink><size 15><m:{0:00}>:<s:{0:00}></size></color>
<L00><br/>5:<color LightPink><size 15><m:> Minutes Due!!</size></color>
<L00></timer></size>


[ORDERS]
<J00><size 16>{QUANTITY} {NAME}</size><br/>
{ORDER TAGS}<br/>

[ORDER TAGS]
<L00> ▪ {ORDER TAG NAME}:{ORDER TAG NOTE}<br/>

Ticket Lister Widget Settings …

When blank, it shows all Orders:


When I use this filter, only those Groups appear (Orders with '{GROUP CODE}'=='Beverages Cold' are missing):

'{GROUP CODE}'=='Pizza' || '{GROUP CODE}'=='Bakery Homemade'

2 Likes