Title: description title
Last modified: September 10, 2020

---

# description title

 *  Resolved [Fabricio10](https://wordpress.org/support/users/fabriciobarros10/)
 * (@fabriciobarros10)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/description-title/)
 * the wocomerce does not show the title of the information collected from the customer
   and this makes the invoice confusing. how do I show the description of the information
   before the data on the invoice?
 * ex:
    Name: Street: Address: telephone:
 * [[

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

 *  Plugin Contributor [Ewout](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/description-title/#post-13388841)
 * The easiest way to do this is with our Professional extension, this will allow
   you to set a custom address format and include those titles in front of the data:
   
   [Changing the address format](https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/changing-the-address-format/)
 * If you want to do this with the free version you’ll have to replace the current
   billing address with data that you pull directly from WooCommerce for example:
 *     ```
       Name: <?= $order->get_formatted_billing_full_name(); ?>
       Address: <?= $order->get_billing_address_1(); ?>
       etc.
       ```
   
 *  Thread Starter [Fabricio10](https://wordpress.org/support/users/fabriciobarros10/)
 * (@fabriciobarros10)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/description-title/#post-13389739)
 * [@pomegranate](https://wordpress.org/support/users/pomegranate/)
    I have the 
   premium extension, but I don’t know how to change it, the help link is confusing.
   Can you tell me which file should I change?
 *  Thread Starter [Fabricio10](https://wordpress.org/support/users/fabriciobarros10/)
 * (@fabriciobarros10)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/description-title/#post-13426980)
 * ?? 🙁
 *  Plugin Contributor [Ewout](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/description-title/#post-13427037)
 * WordPress.org does not allow us to use these forums for supporting our paid extensions,
   but if you send an email to [support@wpovernight.com](https://wordpress.org/support/topic/description-title/support@wpovernight.com?output_format=md)(
   including your license key to expedite the process), we’ll do our best to help!

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

The topic ‘description title’ 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

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

 * 4 replies
 * 2 participants
 * Last reply from: [Ewout](https://wordpress.org/support/users/pomegranate/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/description-title/#post-13427037)
 * Status: resolved