Title: Delivery Note
Last modified: March 2, 2018

---

# Delivery Note

 *  [lindalim](https://wordpress.org/support/users/lindalim/)
 * (@lindalim)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/delivery-note/)
 * Hi, I have pasted this following coding to functions.php in my child theme.
 * But it is still not removing the prices from the DO.
 * function example_price_free_delivery_note() {
    ?> <style> .delivery-note .head-
   item-price, .delivery-note .head-price, .delivery-note .product-item-price, .
   delivery-note .product-price, .delivery-note .order-items tfoot { display: none;}.
   delivery-note .head-name, .delivery-note .product-name { width: 50%; } .delivery-
   note .head-quantity, .delivery-note .product-quantity { width: 50%; } .delivery-
   note .order-items tbody tr:last-child { border-bottom: 0.24em solid black; } 
   </style> <?php } add_action( ‘wcdn_head’, ‘example_price_free_delivery_note’,
   20 );

Viewing 1 replies (of 1 total)

 *  [Rashmi Malpande](https://wordpress.org/support/users/rashmim/)
 * (@rashmim)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/delivery-note/#post-10047327)
 * Hi [@lindalim](https://wordpress.org/support/users/lindalim/)
 * If you want to add custom css, copy the ‘style.css’ from **wp-content/plugins/
   woocommerce-delivery-notes/templates/print-order** to **wp-content/themes/yourtheme/
   woocommerce/print-order**. Add the css in the copied file, so that even if you
   update the plugin your changes won’t be lost.
 * Hope this works for you. Let me know if you find any problems.
 * Regards,
    Rashmi

Viewing 1 replies (of 1 total)

The topic ‘Delivery Note’ 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/)

## Tags

 * [delivery note](https://wordpress.org/support/topic-tag/delivery-note/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rashmi Malpande](https://wordpress.org/support/users/rashmim/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/delivery-note/#post-10047327)
 * Status: not resolved