Ticket. Different product format for each product GROUP

Hi there,

I’m searching across the forum if its possible to modify the kitchet template to format each group of products in a diffent way.

I would like to format my “STARTERS” like:

- {QUANTITY} {PORTION} {NAME}
{SORTED ORDER TAGS}

And my “BURGERS” like:

- {QUANTITY} {NAME} {PORTION}
{SORTED ORDER TAGS}

I also need to know if I can put an specific ORDER TAG in a fixed places, for example:

- {QUANTITY} {NAME} {PORTION} {MY ORDER TAG HERE}
{SORTED ORDER TAGS}

Thanks for all guys.

Next step move to V5 :smiley:

You can’t do it with with product groups but you can do it with custom product tags. After configuring a product tag you can configure a specific order template section with…

[ORDERS:PRODUCT TAG:Group=Starters]

or

[ORDERS:ITEM TAG:Group=Starters]

I’m assuming your custom tag name is Group here. Default [ORDERS] section will be used for orders that does not match to a custom tag specific section.

2 Likes