Custom field
-
Hi, i added a custom field with WooCommerce Checkout Manager
The field label is “P.IVA / Codice Fiscale” and abbreviation is “myfield5”.I need to add this field into invoice.php
i added
<?php $wpo_wcpdf->custom_field(‘P.IVA / Codice Fiscale’, ‘P.IVA/Codice Fiscale:’, true); ?>
This code display the label but not the value.
i tried to use “myfield5” or “billing_myfield5” instead “P.IVA / Codice Fiscale” but the value is not showed (the custom field is filled).can you help me? Thank’s
https://www.ads-software.com/plugins/woocommerce-pdf-invoices-packing-slips/
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Custom field’ is closed to new replies.