Whats the coding to update my packing slip so images are printed of what the customers purchase please?
From your Shopify admin panel, go to “Settings” and then click on “Templates”.
Click on “Order Printer” to access the order printer template.
Click on “Edit Template” to open the code editor.
Find the section of code that prints the line item information for each product. This should be under the section for “Order Details”.
To add the product images, you’ll need to access the image URL for each product. You can do this by using the following code: {{ line_item.product.featured_image.src }}. This code should be added next to the product title and should be enclosed in an HTML image tag.
Save the changes to the code and test your packing slip by printing a sample order.