Home Forums WC Vendors Pro Support 404 Page not on category Reply To: 404 Page not on category

#65032
Anna
Member

anita,
Try putting this in your theme/child theme functions.php file:

remove_action( 'woocommerce_after_shop_loop_item', 
array( $wcvendors_pro->wcvendors_pro_store_controller, 
'loop_sold_by'), 8 );