In WooCommerce, would like to add a custom meta box on WooCommerce Admin order pages. In this box, I just want to enter a tracking number ...
any of which might be appropriate to hook into in order to save the entered values. In this ...
2 Answers. 2. order by. active, oldest, votes. Up vote 1 ...
= "woocommerce-product-data-handle-order-higher-description">
Setting the order of meta boxes on post edit pages. You will need to remove the meta boxes, and add them again in the order you want. To disable meta boxes: ...
php echo $columns_css; ?>" >
To get the save to work the postboxes.add_postbox_toggles( pagenow ); needs to be replaced with postboxes.add_postbox_toggles( 'pluginname' );. In my case ...
... you collect addresses from your site visitors, store them in a list, and send them specific triggered emails related to their account and orders.