Hi,
Will the plugin enable me to create a new field namely delivery date for each individual orders and have them displayed on the homepage?
The newly created delivery date field should be editable by admin only (non selectable by customer on frontend) on the order page. Once saved, the delivery date along with the order ID will be displayed.
Thanks.
Hi @3antz
Yes this is possible with ACF, you can make use of the location rules to assign a field group to the orders post type.
You will then need to find a suitable filter on this page https://docs.woocommerce.com/document/introduction-to-hooks-actions-and-filters/ to hook into inorder to display the fields on the orders page using the ACF functions the_field() and get_field().
Hay James, You have shared very helpful plugin, Actuality i am a co founder of one of the famous booking site and i am using booking fitter plugin for the ease my visitors. Ver effective and very easy to use.
I hate to resurrect an old thread, but this is too valuable, and out of the entire internet, is the only simple and iron clad solution to adding an ACF field to Woocommerce that I’ve found. It even adds the data to the emails:
https://stackoverflow.com/a/59355471/15160691
Its working for me!
I created account here just to say thank you for spreading that solution from stackoverflow!
https://stackoverflow.com/a/59355471/15160691
🙂