Add Product categories on invoices under product name
add_action( ‘wpo_wcpdf_after_item_meta’, ‘wpo_wcpdf_show_product_categories’, 10, 3 ); function wpo_wcpdf_show_product_categories ( $template_type, $item, $order ) { //
add_action( ‘wpo_wcpdf_after_item_meta’, ‘wpo_wcpdf_show_product_categories’, 10, 3 ); function wpo_wcpdf_show_product_categories ( $template_type, $item, $order ) { //
Invoice number to be the same as Order number , here is the code for