Home Forums WoodMart support forum Compatibility Issue Between WoodMart and YITH EU Energy Label Reply To: Compatibility Issue Between WoodMart and YITH EU Energy Label

#560131

Hung Pham
Keymaster

Hi alberto.di.girolamo,

Thanks for reaching to us.

First of all, take my apologies for the delay in answering.

Please try to add the code below in the functions.php file in your child theme.

add_action( 'init', function() {
	add_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
	remove_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 );
}, 1100 );

Regards,