0
Anonymous
Which template to add in the php code to add wooin_invoice_templates_internal and how to add correctly
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
you can use wooin_invoice_templates
filter hook for the same purpose,
you can add the code under theme file functions.php or create an add-on for it.
https://pickplugins.com/documentation/woocommerce-invoice/filter-hooks/wooin_invoice_templates/
there is also a dummy addon you start customizing.
Hope that helps.
Regards