Adding invoice fields #55811
Replies: 2 comments 4 replies
-
|
Hi there, thanks for reaching out. The Checkout Field Editor only works for the shortcode version of the checkout. If you need to add fields to the block version, you can use the Additional Fields API |
Beta Was this translation helpful? Give feedback.
-
|
I've created the tax field in the checkout form together with the checkbox if the customer would like to recive the invoice. How it is possible to shov the tax field only when Customer click the checkbox? Another question is how I can pass this the tax number to external app via API? What name I should use? Previously with Checkout Manager I used field called "billing_wooccm12" and "billing_wooccm13" `add_action('woocommerce_init', function() { add_action('woocommerce_init', function() { // Walidacja pola NIP I notice also the issue that it is enought that Customer enter to the checkout page and I recive the order. There is not neccessary to enter any data and click the button. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to add fields like tax code or email pec to the woocommerce checkout form.
I tried the Checkout Field Editor for WooCommerce and WooCommerce Checkout Manager plugins but they don't work.
Beta Was this translation helpful? Give feedback.
All reactions