Title: Header
Last modified: August 31, 2022

---

# Header

 *  Resolved [amandaaaaaaaaaaaaaaaaaaaaaaaaaa](https://wordpress.org/support/users/amandaaaaaaaaaaaaaaaaaaaaaaaaaa/)
 * (@amandaaaaaaaaaaaaaaaaaaaaaaaaaa)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/)
 * Hello, I wanted to know how I could add the number, the location and the date
   of the order to the header
    Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fheader-201%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/header-201/page/2/?output_format=md) [→](https://wordpress.org/support/topic/header-201/page/2/?output_format=md)

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15968044)
 * hello
 * what format do you use ? xls? pdf?
    thanks, Alex
 *  Thread Starter [amandaaaaaaaaaaaaaaaaaaaaaaaaaa](https://wordpress.org/support/users/amandaaaaaaaaaaaaaaaaaaaaaaaaaa/)
 * (@amandaaaaaaaaaaaaaaaaaaaaaaaaaa)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15968049)
 * PDF
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15968117)
 * We use very limited pdf library .
    I think you should use [https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)?
 *  Thread Starter [amandaaaaaaaaaaaaaaaaaaaaaaaaaa](https://wordpress.org/support/users/amandaaaaaaaaaaaaaaaaaaaaaaaaaa/)
 * (@amandaaaaaaaaaaaaaaaaaaaaaaaaaa)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15974827)
 * It won’t let me download that plugin, is there no way to add the fields that 
   I want in this plugin?
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15975579)
 * please , share sample PDF.
 *  Thread Starter [amandaaaaaaaaaaaaaaaaaaaaaaaaaa](https://wordpress.org/support/users/amandaaaaaaaaaaaaaaaaaaaaaaaaaa/)
 * (@amandaaaaaaaaaaaaaaaaaaaaaaaaaa)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15976970)
 * I don’t know how to add images to this portal, but what I want is for it to say
   the number, location and date of the order before the table. I don’t want them
   to be repeated, that’s why I want them in the header
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15977106)
 * you can use [https://snipboard.io/](https://snipboard.io/)
 *  Thread Starter [amandaaaaaaaaaaaaaaaaaaaaaaaaaa](https://wordpress.org/support/users/amandaaaaaaaaaaaaaaaaaaaaaaaaaa/)
 * (@amandaaaaaaaaaaaaaaaaaaaaaaaaaa)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15977738)
 * like this [https://snipboard.io/k478Od.jpg](https://snipboard.io/k478Od.jpg) 
   but collecting the information alone, not giving the blank space for me to do
   it
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15978728)
 * please, open section “Misc Settings” and put this code
 *     ```
       add_filter("woe_formatter_pdf_properties", function($settings){
       $order = new WC_Order(WC_Order_Export_Engine::$order_id);
       $date= $order->get_date_created()->format("Y-m-d");
       $number= $order->get_order_number();
       $location= $order->get_shipping_address_1() . " " .$order->get_shipping_city();
       $settings["header"]["title"] = "Fecha: $date Nro De Pedido: $number Localidad: $location";
       return $settings;
       });
       ```
   
 *  Thread Starter [amandaaaaaaaaaaaaaaaaaaaaaaaaaa](https://wordpress.org/support/users/amandaaaaaaaaaaaaaaaaaaaaaaaaaa/)
 * (@amandaaaaaaaaaaaaaaaaaaaaaaaaaa)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15980027)
 * it gives me this error
    [https://snipboard.io/zy6Vws.jpg](https://snipboard.io/zy6Vws.jpg)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15980078)
 * you didn’t copy last line
 *  Thread Starter [amandaaaaaaaaaaaaaaaaaaaaaaaaaa](https://wordpress.org/support/users/amandaaaaaaaaaaaaaaaaaaaaaaaaaa/)
 * (@amandaaaaaaaaaaaaaaaaaaaaaaaaaa)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15980111)
 * It worked for the order number and the date, but not for the location
    [https://snipboard.io/yPn0k9.jpg](https://snipboard.io/yPn0k9.jpg)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15980144)
 * please, edit my code and replace **shipping** with **billing**
 *  Thread Starter [amandaaaaaaaaaaaaaaaaaaaaaaaaaa](https://wordpress.org/support/users/amandaaaaaaaaaaaaaaaaaaaaaaaaaa/)
 * (@amandaaaaaaaaaaaaaaaaaaaaaaaaaa)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15980161)
 * It worked! Thank you very much!!
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/#post-15980223)
 * You;re welcome

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/header-201/page/2/?output_format=md) [→](https://wordpress.org/support/topic/header-201/page/2/?output_format=md)

The topic ‘Header’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554)
 * [Advanced Order Export For WooCommerce](https://wordpress.org/plugins/woo-order-export-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-export-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-export-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-export-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-export-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-export-lite/reviews/)

## Tags

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

 * 19 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/header-201/page/2/#post-15980569)
 * Status: resolved