Home › Forums › Front-end Issues › delivery date to checkout page + order + emails › Reply To: delivery date to checkout page + order + emails
Because WooCommerce is the one that handles the checkout page, ACF won’t be able to do anything on that page.
To add ACF input fields, you can use the acf_form() with ‘form’ option set to false
. That way it will be integrated to the checkout form. But you need process this form manually.
On the link I gave you before, it uses woocommerce_checkout_update_order_meta
hook to process the form, so you need to do it here too. Using this hook, you can use the update_field() function to update the field for the order.
I hope this makes sense 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.