Kitchen n drink display showing void signal

the void sign not working properly with following code that i get from a tutorial
eg, if my there is an order for drink n food,
n the food is voided,
my food display doesn’t show any notice as that food has been voided or removed.
preferably showing VOID behind the food but nothing has shown.

it only get removed if i void the whole ticket

help please

[LAYOUT]
[<T>{LAST ORDER TIME}]
[<T>{NOTE}]
[<C00>{ENTITY NAME:Customer}]
<F>-
{ORDERS}
<F>-
<J00>Table:{ENTITY NAME:Table}|Ticket No:{TICKET NO}

[ORDERS GROUP|PRODUCT TAG:Kitchen Group:Starter,Main,Dessert,Drink]
<L00>
<L00>--- {GROUP KEY} ---
[ORDERS:PRODUCT TAG:Kitchen Group=Starter,Main,Dessert]

<L00>- {QUANTITY} {NAME}
{ORDER TAGS}

[ORDERS:Void]
<J00:2>- {QUANTITY} {NAME}|**Void**
{ORDER TAGS}

[ORDERS STATE=SUBMMITED]
[ORDER TAGS]
-- Format for order tags
<L00>     * {ORDER TAG NAME}

working now by simply moving the ORDERS GROUP underneath ie, the ORDERS:Void need to be below the {ORDERS}