Title: Modify invoice printing content (
Last modified: March 29, 2023

---

# Modify invoice printing content (

 *  [anduengraving](https://wordpress.org/support/users/anduengraving/)
 * (@anduengraving)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/modify-invoice-printing-content/)
 * Thanks to the developer of this plugin , it works quite well . However, it currently
   has too few editing options. If there are more editing options in the invoice
   content, that would be great.
    - Print invoice without price included
    - option to print multiple orders at once
    - change the position of the content columns in the invoice
    - customize the date on the invoice
    - customize the size of the printed paper
    - Customize display of email and phone number on invoice
 * Regards,

Viewing 1 replies (of 1 total)

 *  [Moksha Shah](https://wordpress.org/support/users/mokshasharmila13/)
 * (@mokshasharmila13)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/modify-invoice-printing-content/#post-16605268)
 * Hi [@anduengraving](https://wordpress.org/support/users/anduengraving/)
 * Thank you for your suggestions, We are looking into this issue and trying to 
   enhance our plugin. But we have code for your first two points. For the second
   point, you can use bulk actions to print multiple orders at once
 * For the first point sharing code, please can you add this function in either 
   the functions.php file of your active theme or add it as a snippet using the 
   Code Snippets plugin.
 *     ```wp-block-code
       function Remove_invoice_price() {
       	?>
       	<style>
       	.invoice .order-items .total-item-price, 
       	.invoice .order-items .head-item-price,
       	.invoice .order-items .product-item-price {
       		display: none;
       		}
       	</style>
       	<?php
       }
       add_action('wcdn_head','Remove_invoice_price',20);
       ```
   
 * Please let us know if you you have any queries.
 * Regards,Moksha.

Viewing 1 replies (of 1 total)

The topic ‘Modify invoice printing content (’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-delivery-notes/assets/icon-256x256.jpg?rev=2829362)
 * [Print Invoice & Delivery Notes for WooCommerce](https://wordpress.org/plugins/woocommerce-delivery-notes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-delivery-notes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-delivery-notes/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-delivery-notes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-delivery-notes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-delivery-notes/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Moksha Shah](https://wordpress.org/support/users/mokshasharmila13/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/modify-invoice-printing-content/#post-16605268)
 * Status: not resolved