Home Forums Basel support forum YITH WOOCOMMERCE BADGE MANAGEMENT Reply To: YITH WOOCOMMERCE BADGE MANAGEMENT

#34262

Artem Temos
Keymaster

Hello,

Try to comment or remove the code from the file inc/woocommerce.php

remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
add_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 );

Regards