Invoices by sku number

0
Completed

Please, please, please have the invoices, (whether on the printed shipping combo label or packing slip) sort them by sku number. Makes life SO much better for someone who has 300+ skus. When they aren't in order, it causes a much slower order filling time.

Official Comment

Just to clarify, for the invoices to sort by SKU, you'll want to use the following variation of the variable mentioned:

{{ shipment.line_items | sort: 'sku' | columns: 'sku qty name total' }}
Comment actions Permalink
0

Hi Tracey,

Thanks for reaching out. The feature you are requesting actually already exists. Please take a look at step 6 in customizing your packing slip. You will want to take a look at the section mentioning this variable: "{{ shipment.line_items | sort: 'name' | columns: 'sku qty name total' }}"

I hope this helps. If this is not what you were looking for, please let us know and we can do further research.

Comment actions Permalink

Add a Comment

Please sign in to leave a comment.