filter "n41" custom text eu vat number
-
Hi Ewout,
the code you give me:
add_action( ‘wpo_wcpdf_after_order_details’, ‘wpo_wcpdf_after_order_details’, 10, 1 );
function wpo_wcpdf_after_order_details ( $template_type ) {
if ($template_type != ‘packing-slip’) {
?>
<span class=”n41″>N41: Non imp. art. 41 L. 427/93</span>
<?php
}
}Is not functioning, the text n41 will appear always, indipendent of invoice with or without eu vat number.
why? what’s wrong?https://www.ads-software.com/plugins/woocommerce-pdf-invoices-packing-slips/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘filter "n41" custom text eu vat number’ is closed to new replies.