Title: Lines between order items
Last modified: August 22, 2023

---

# Lines between order items

 *  Resolved [ash155](https://wordpress.org/support/users/ash155/)
 * (@ash155)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/lines-between-order-items/)
 * Hi there. Great plugin! One question – we like the ‘business’ template, but is
   there a way to add lines between each order item? Currently there’s no divider
   and it’s hard to separate them when looking at the packing slip (some items are
   bundles and the contents show under the main item name, so the line needs to 
   be under the last option so the bundle contents remain as a ‘block’ with the 
   parent name). Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [dwpriv](https://wordpress.org/support/users/dwpriv/)
 * (@dwpriv)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/lines-between-order-items/#post-16995197)
 * [@ash155](https://wordpress.org/support/users/ash155/)
 * Give this snippet a try:
 *     ```wp-block-code
       /**
        * Add row bottom borders
        */
       add_action( 'wpo_wcpdf_custom_styles', function( $document_type, $document ) {
       	?>
       		.order-details tr {
       			border-bottom: 1px lightgray solid;
       		}
       	<?php
       }, 10 , 2 );
       ```
   
 * If you haven’t worked with code snippets (actions/filters) or functions.php before,
   read this guide: [How to use filters](https://docs.wpovernight.com/general/how-to-use-filters/)

Viewing 1 replies (of 1 total)

The topic ‘Lines between order items’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-256x256.
   png?rev=2189942)
 * [PDF Invoices & Packing Slips for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [dwpriv](https://wordpress.org/support/users/dwpriv/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/lines-between-order-items/#post-16995197)
 * Status: resolved