Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rafa3000

    (@rafa3000)

    Aditional info:

    – whether it’s a default WooCommerce Checkout field or added from the WooCheckout screen

    added from the WooCheckout screen

    – what Field Type is affected (e.g. Text input, Textarea, File Picker, Date Picker, etc.)

    Textarea

    – what Section this Field Type belongs to (e.g. Billing, Shipping, Additional)

    Billing

    – any optional Field Type settings that were applied (e.g. Options, Placeholder Name, Required state, etc.)

    Required

    Same problem here.
    A few weeks ago it was working properly.

    Just found a solution:
    you must prepend “_billing_” or “_shipping to the field id.
    So, the correct code to print out the value is:

    <?php $wpo_wcpdf->custom_field(‘_billing_myfield13’, ‘Móvil:’); ?>

    Ciao ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce PDF Invoices & Packing Slips Custom Fields’ is closed to new replies.