edit prices in quick edit mode/bulk edit
-
is it possible to add a function like below for wholesale prices/min. quantitites?
// add option to change author of products in quick edit mode add_action('init', 'wpse_phnx_add_author_woocommerce', 999 ); function wpse_phnx_add_author_woocommerce() { add_post_type_support( 'product', 'author' ); }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘edit prices in quick edit mode/bulk edit’ is closed to new replies.