The packing slip function in ShippingEasy works great, although it does not have the option to make attributes of an item larger or smaller.
The following bolded code for this is as follows:
- {{ shipment.line_items | sort: 'name' | columns: 'qty sku name_and_product_options' }}
You cannot modify any of these attributes (bold, italicize, etc.) otherwise it breaks the templating feature of this code and it does not work.
Our packers are having a hard time reading this attribute and sometimes pack the incorrect amount of items, so it is important that it stand out to them.