I want to migrate to HPOS in WooCommerce. But I noticed some changes.
- handl_ip, handl_landing_page, handl_original_ref, handl_ref and handl_url are no displayed in the “custom fields” block in the order information.
HPOS:
Database structure:
I see handl_ip in wp_postmeta
but I don’t see it in wp_wc_orders_meta
2. the order information also does not show utm parameters (utm_source, etc.)
wp_postmeta
contains utm_sourcewp_wc_orders_meta
contains _wc_order_attribution_utm_source but I’m not sure if that’s what I want
more about HPOS: https://rudrastyh.com/woocommerce/high-performance-order-storage.html