If you provide freebies, samples, or discount coupons on some orders, you may not want those items printing on your packing slips.
To hide them, go to the Packing Slip Template in your template settings and do the following:
Hide $0 products:
-
Add the following code to the top of the Order Header section:
<style> .customStyle {} .customStyle1 { visibility: hidden; line-height: 0px; } </style>
Click the Order Items section.
-
Replace the opening <tr> tag with the following:
<tr class="customStyle[Extended Price Zero]">
Click Save.
To also hide $0 coupons: