1. Home
  2. Knowledge Base
  3. WooCommerce Product Add-Ons Ultimate
  4. Display order meta in Web Toffee Invoice and Packing Slip plugin
  1. Home
  2. Knowledge Base
  3. Orders
  4. Display order meta in Web Toffee Invoice and Packing Slip plugin
  1. Home
  2. Knowledge Base
  3. Third-party compatibility
  4. Display order meta in Web Toffee Invoice and Packing Slip plugin

Display order meta in Web Toffee Invoice and Packing Slip plugin

Product Add-Ons Ultimate is compatible with the Invoice and Packing Slip plugin from Web Toffee.

To display order meta on a packing slip or invoice:

  • In the Packing Slip plugin, go to Invoice Settings > Advanced
  • Add the order meta and product meta as required

If the meta doesn’t show, you might need to add this snippet:

<?php
/**
* Display hidden meta data in Web Toffee Picklist plugin
*/
add_filter( 'wt_pklist_show_hidden_order_item_meta', '__return_true' );

Was this article helpful?

Related Articles