Move product to seller from Admin adrea
Author | Posts |
---|---|
April 13, 2014 at 3:18 pm 18649 | |
Hello. How do i move a product from one seller to another in the admin area? Thank You | |
April 13, 2014 at 3:28 pm 18651 | |
When you try to edit that product you should be able to see Author Option. Image: If you can’t see this then enable it from Screen Option . Image: | |
April 13, 2014 at 3:50 pm 18653 | |
Hello. Than you for your reply, i have the author option, but there is none of the sellers on the list, so i cant move the product. | |
April 13, 2014 at 7:29 pm 18669 | |
You are right. Its not possible currently. Sorry for inconvenience. I was wrong at first place. | |
April 24, 2014 at 11:41 pm 19351 | |
Hello. did some reasearch and found this code: add_action(‘init’, ‘function_to_add_author_woocommerce’, 999 ); function function_to_add_author_woocommerce() { will this work, to make it possible to change seller/vendor from admin area? found it here: http://wordpress.stackexchange.com/questions/74054/woocommerce-assign-an-author-to-a-product Thank You! | |
April 25, 2014 at 10:01 pm 19412 | |
The code is correct but it won’t work. Because WordPress doesn’t show user listing on that dropdown below the author level. Some tweaks needs to be done there. | |
April 27, 2014 at 6:28 pm 19479 | |
This reply has been marked as private. | |
April 28, 2014 at 12:55 pm 19502 | |
This reply has been marked as private. |