Title: Remove Discount
Last modified: July 5, 2021

---

# Remove Discount

 *  Resolved [swerlz](https://wordpress.org/support/users/swerlz/)
 * (@swerlz)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/remove-discount/)
 * Hi,
 * Do you have a hook to remove the Discount from the PDF?
 * Thank you

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

 *  Plugin Contributor [alexmigf](https://wordpress.org/support/users/alexmigf/)
 * (@alexmigf)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/remove-discount/#post-14626611)
 * Hello [@swerlz](https://wordpress.org/support/users/swerlz/)
 * If you are referring to the discount in the totals you can remove it using the
   code snippet below inside your theme functions.php file:
 *     ```
       add_action( 'wpo_wcpdf_custom_styles', function( $document_type, $document ) {
       	?>
       	.order-details .discount { display: none; }
       	<?php
       }, 10, 2 );
       ```
   
 * if you never worked with actions/filters please read this documentation page:
   [How to use filters](https://docs.wpovernight.com/general/how-to-use-filters/)
 *  Thread Starter [swerlz](https://wordpress.org/support/users/swerlz/)
 * (@swerlz)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/remove-discount/#post-14626618)
 * thank you

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

The topic ‘Remove Discount’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [swerlz](https://wordpress.org/support/users/swerlz/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/remove-discount/#post-14626618)
 * Status: resolved