How do I prevent coupons from printing on packing slips?

You may not want coupons printing on the packing slips you include with your orders. To prevent coupons from printing on packing slips, go to the Packing Slip Template in your template settings and do the following:

  1. Add this code to the top of the Order Header section:

    <style>
     .adjustment {
          display: none;
     }
    </style>

    If you already have <style> tags in your Order Header, just add the declaration for .adjustment between them.

  2. Click Save.

Note

This code will only hide items sent from your selling channel as an adjustment. If the selling channel uses a designation other than "adjustment" for the coupon, this method will not affect how it prints on the packing slip.