• Resolved leighexton

    (@leighexton)


    Hi,
    We are using WooCommerce PDF Invoice and Packaging Slips Version 2.0.13 – We would like to add the name prefix to our invoices (Mr, Mrs, Miss) – Is this possible?

    We have added a custom field using WooCheckout and would like this filter through onto the invoice. We are using the “Modern” style template?

    Kind regards

    Leigh

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor kluver

    (@kluver)

    Hi Leigh,

    If you’re using the modern template I’m assuming you own our Premium Templates extension? If you do you can easily add custom fields to your invoice with the Customizer. Please read the following documentation: Using custom blocks

    I hope this answers your question.

    Have a great day!

    Kind regards,

    Michael

    Thread Starter leighexton

    (@leighexton)

    This is great, thank you Michael

    Is there anyway to place a custom field on top of the address section on the top left hand side?

    Kind regards,

    Leigh

    Plugin Contributor kluver

    (@kluver)

    Hi Leigh,

    this is possible but you’ll probably need our PDF Invoices and Packing Slips pro. We aren’t allowed to give premium support on this forum, so could you send an email to our support desk ([email protected]) with your license information? Then we can pick it up from there.

    Thanks in advance!

    Michael

    Hi,

    We are also using your plugin but just the basic/free version.
    We just simply want to add the tax ID number entered by our customer to the invoice.
    Can we add it somewhere in the invoice?

    I think the meta is tax_exempt_id

    This is the part of the plugin where it gets the tax id number:

            woocommerce_form_field( 'tax_exempt_id', array(
                'type'          => 'text',
                'class'         => array('tax-exempt-id', 'update_totals_on_change'),
                'label'         => __('Please enter a valid Tax Exempt/Resale ID'),
                ), $checkout->get_value( 'tax_exempt_id' ));

    Can you please confirm?

    Thanks,
    -JD

    Plugin Contributor Ewout

    (@pomegranate)

    Hi JD,
    You can find documentation on adding custom fields to the invoice here: Displaying a custom field.
    If tax_exempt_id doesn’t work, it’s possible that this is saved under another name than what is used to display the field. In that case, check Finding WooCommerce custom fields

    Hope that helps!
    Ewout

    Ewout,

    Thank you for the feedback. I apologize for double posting but I will reply to the other thread for consolidated discussion on my inquiry.

    https://www.ads-software.com/support/topic/adding-custom-field-to-invoice-2/

    Thanks,
    -JD

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adding a new field to Invoice’ is closed to new replies.