High-Performance Order Storage
-
We have enabled HPOS for an older site.
Plugin is latest.
I saw another thread where you said the plugin uses HPOS, but I can see in the code this isn’t true.
wc_display_custom_fields_view_order()
get_post_meta( $order_id, $name, true );save_data()
update_post_meta( $order_id, $name, $value );Need to use WC_Order class to save and get meta, it’s a simple update.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.