Fields associated to WooCommerce orders with HPOS
-
WooCommerce is currently introducing High-Performance Order Storage (HPOS), a new database schema that will improve the performance.
One of the main changes is that orders and refunds are no longer custom post types, but they (and their corresponding metadata) will be kept in different tables, and will use different edition pages.
Until now, we were using ACF for some fields that were shown in the Order edition pages, by selecting “Show when the post type is Order”. However, we’ve already checked that these fields won’t be shown nor work once we migrate the database to HPOS (as the metadata will be moved).
Do you plan to add support to fields associated to the new WooCommerce orders, once HPOS is active?
- You must be logged in to reply to this topic.