Hello,
I installed YITH WooCommerce Badge Management Premium plugin. There is no problem in single product page. But badges doesn’t display on product and categories pages. I found a few topics about this. And I tried your solution code in functions.php under the child theme.
remove_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 );
add_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
Can you help me ?
Thanks