Move product to seller from Admin adrea

This topic contains 7 reply and 4 voices, and was last updated by Nizam Uddin 10 years ago
Viewing 7 Posts - 1 through 7 (of 7 total)
Author Posts
April 13, 2014 at 3:18 pm 18649
Nizam Uddin 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
Mahi Mahi

When you try to edit that product you should be able to see Author Option. Image:
author

If you can’t see this then enable it from Screen Option . Image:

screen options

April 13, 2014 at 3:50 pm 18653
casper0219 casper0219

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.
I think maybe its because a Seller is not a author in the user area. A seller only have the role “Seller”

April 13, 2014 at 7:29 pm 18669
Mahi Mahi

You are right. Its not possible currently. Sorry for inconvenience. I was wrong at first place.

April 24, 2014 at 11:41 pm 19351
casper0219 casper0219

Hello.

did some reasearch and found this code:

add_action(‘init’, ‘function_to_add_author_woocommerce’, 999 );

function function_to_add_author_woocommerce() {
add_post_type_support( ‘product’, ‘author’ );
}

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
Tareq Hasan Tareq Hasan

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
casper0219 casper0219 This reply has been marked as private.
April 28, 2014 at 12:55 pm 19502
Nizam Uddin Nizam Uddin This reply has been marked as private.
Viewing 7 Posts - 1 through 7 (of 7 total)