Title: Added Features
Last modified: July 12, 2018

---

# Added Features

 *  Resolved [perolf](https://wordpress.org/support/users/perolf/)
 * (@perolf)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/added-features-3/)
 * I love the unclutterness of the PDF invoice but I have 2 suggestions to make 
   the invoice more complete…
 * 1. Add the SHIP TO address to the invoice. So the customer can see the Billing
   address and the Ship to address.
 * 2. For Products ordered, show the unit price, qty ordered, extended price. The
   customer should not have to calculate the individual price per item.
 * Thanks
    Phil

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

 *  Plugin Contributor [Ewout](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/added-features-3/#post-10487276)
 * Hi Phil,
    Thanks for the feedback! There’s already a setting to show the ship
   to address on the invoice, which will do so if it differs from the billing address.
   You can find this setting under WooCommerce > PDF Invoices > Documents > Invoice
   > Show shipping address. If you would like to show this regardless of whether
   it differs from the billing address, you can do this with a filter:
 *     ```
       add_filter( 'wpo_wcpdf_ships_to_different_address', '__return_true' );
       ```
   
 * Read this if you haven’t worked with functions.php or code snippets like this
   before: [How to use filters](https://docs.wpovernight.com/general/how-to-use-filters/).
 * For the second question, this is a feature of one of our paid extensions, the
   [Premium Templates extension](https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium-templates/).
   This lets you configure the prices to display for both the line items and the
   columns exactly how you would like to see it. More information: [Using the customizer](https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-the-customizer/).
 *  Thread Starter [perolf](https://wordpress.org/support/users/perolf/)
 * (@perolf)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/added-features-3/#post-10491125)
 * Got it….thanks

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

The topic ‘Added Features’ 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/)

## Tags

 * [shipping address](https://wordpress.org/support/topic-tag/shipping-address/)
 * [unit price](https://wordpress.org/support/topic-tag/unit-price/)

 * 2 replies
 * 2 participants
 * Last reply from: [perolf](https://wordpress.org/support/users/perolf/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/added-features-3/#post-10491125)
 * Status: resolved