Code
function add_author_support_to_products() {
add_post_type_support( 'product', 'author' );
}
add_action( 'init', 'add_author_support_to_products' );
function add_author_support_to_products() {
add_post_type_support( 'product', 'author' );
}
add_action( 'init', 'add_author_support_to_products' );