Woocommerce Meta Box
-
This may be to technical. But im currently using third party plugin that enables multiple vendors.
Now my problem is that the plugin lacks the ability for Vendors to edit orders, like woocommerce can do in wp-admin.
Now im looking to try go call this Metabox to replace the order form on the front end.
All i want is to hook this to the front end of the website (view order form)
add_meta_box( 'woocommerce-order-items', __( 'Items', 'woocommerce' ), 'WC_Meta_Box_Order_Items::output', $type, 'normal', 'high' );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Woocommerce Meta Box’ is closed to new replies.