Order Printer request - avoid grouping custom products as a single product

When using Order Printer (specifically for picklists), selecting to group by product works fine except it decides all custom products (via drafts, product name manually typed) are the same thing, and groups them all in to one “product” line. Any chance this can be changed? Preferably should only be combined if they have the same title.

Pretty sure I can’t create a custom picklist template either; no way to stop page splits for each order. Possibly only way currently is fully custom by exporting or using a seperate app.

Well as a workaround, I’ve found something apparently no one else on the internet has. Whilst the only way to officially create a single page picklist with Order Printer is to use the default, non-customisable one, and every other template will loop orders breaking each on to a new page, you can prevent this break with the below code, or indeed force a break if needed. You can then create your own template for a single-page multi-order list. Not sure if it can sum and sort things to give a proper pick list but it can show correct custom item names so it’s a start.

Note these will still show breaks in the initial preview, but the print-preview will ignore the page breaks. And wrap each in a style tag (forum doesn’t show them).

Order Printer:

.OrderPrinterCard { page-break-before: avoid !important; }

Order Printer (legacy):

.printer-inline-preview { page-break-before: avoid; }

Packing slip template:

No idea yet. If anyone knows the correct class, reply below :slight_smile: