Edit packing slip template - Packing Accuracy Changes

Hi All,

Our fulfilment team use packing slips as their only means of checking order contents when packing.

Unfortunately human error creeps in occasionally and we are looking for ways to increase packing accuracy without introduction of tech. Changing the packing slip template is the obvious option for us but I am having trouble with the HTML.

Firstly, I am not a coder but have always managed to search and implement solutions myself but this one is proving tricky for me… I am sure I have overcome more difficult coding issues on my before!!!

I would like to change this code:


          

            {{ line_item.shipping_quantity }} of {{ line_item.quantity }}
          

        

Which displays like this:







Product



Item A



Item B







Quantity



1 of 1



2 of 2

To 2 options to try which are amended to the following:

Option 1

  • Logic - if {{ line_item.shipping_quantity }} = >1
  • Then - highlight {{ line_item.shipping_quantity }} of {{ line_item.quantity }} black and change text to white*


Product



Item A



Item B



Quantity



1 of 1



*2 of 2

Option 2

  • Number of check boxes = {{ line_item.shipping_quantity }} are in inserted before (to left of) {{ line_item.shipping_quantity }}


Product



Item A



Item B







Quantity



:black_square_button: * 1 of 1



:black_square_button: :black_square_button: * 2 of 2

*keeping right justification and alignment for boxes to make it presentable and professional

Or any other suggestions that will improve accuracy would be well received.

Thanks in advance everyone!

Mike