Change the document title
-
HI
I want to add customer name in invoice name, how can I do that.
Like this –
Customer name_Invoice-invoice numberI read this blog –
https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/change-the-document-title/Plese send the modified code
add_filter( 'wpo_wcpdf_invoice_title', 'wpo_wcpdf_invoice_title', 10, 2 ); function wpo_wcpdf_invoice_title ( $title, $document ) { $title = 'Tax Invoice'; return $title; }
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Change the document title’ is closed to new replies.