Title: Empty row between each order
Last modified: June 14, 2018

---

# Empty row between each order

 *  Resolved [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [8 years ago](https://wordpress.org/support/topic/empty-row-between-each-order/)
 * Hello there,
 * For visual aids sake, I was wondering if it’s possible to add an empty row between
   each order print.
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [8 years ago](https://wordpress.org/support/topic/empty-row-between-each-order/#post-10398743)
 * Hello
 * Please, open section “Misc Settings”, mark checkbox “Custom code” and paste following
   code to the textarea.
    thanks, Alex
 *     ```
       add_filter("woe_fetch_order_data", function($rows){
          $empty_row = array();
          foreach($rows[0] as $k=>$v)
             $empty_row[$k] = "";
          $rows[] = $empty_row;
          return $rows;
       });
       ```
   
 *  Thread Starter [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [8 years ago](https://wordpress.org/support/topic/empty-row-between-each-order/#post-10398764)
 * Hello there,
 * Thanks, this code is working!
 * Kind Regards
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [8 years ago](https://wordpress.org/support/topic/empty-row-between-each-order/#post-10398816)
 * you’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Empty row between each order’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554)
 * [Advanced Order Export For WooCommerce](https://wordpress.org/plugins/woo-order-export-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-export-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-export-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-export-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-export-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-export-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/empty-row-between-each-order/#post-10398816)
 * Status: resolved