Skip to main content
All CollectionsPrinting
How to print one docket per item
How to print one docket per item

Instead of printing the whole order on one docket, print each product separately

Kevin Cheav avatar
Written by Kevin Cheav
Updated over a week ago

By default, our dockets are formatted to print all ordered items on the single docket.
โ€‹
If you want to print single dockets for each item, then you should do the following:

  1. Go to the order docket for the printer that you wish to print individually from

  2. Move [item_list] to the very start of the template body (so that all the information on the docket is repeated for every item)

  3. Add <cut-feed> immediately before [/item_list] (to separate each item's docket from the next item's docket)

  4. Save.

  5. Sync receipt templates on the POS.

If you change your mind later on, just go to your Order Docket template and copy and paste the original code (below):

[item_list][item_quantity] x [item_name][item_note][item_extras][/item_list].
Did this answer your question?