Answer the question
In order to leave comments, you need to log in
Which Wordpress plugin to make available the indication of the "author" of the Woocommerce product?
My question may seem strange to you, but I really need the "authors" of the goods. This is necessary for a small marketplace. I know about marketplace plugins, their functionality is redundant for me, although if you tell me exactly those who make the "authors" of goods - thanks.
For pages and posts, you can specify the author - a Wordpress user. Woocommerce products do not have this feature. Probably there are plugins that do this, or some kind of "hacks".
I would be grateful for help)
Answer the question
In order to leave comments, you need to log in
Hello!
Check out this plugin -
https://ru.wordpress.org/plugins/woo-change-produc...
Better yet add it to functions.php
add_action('init', 'wpse_74054_add_author_woocommerce', 999 );
function wpse_74054_add_author_woocommerce() {
add_post_type_support( 'product', 'author' );
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question