YITH WOOCOMMERCE BADGE MANAGEMENT
-
I used the YITH WOOCOMMERCE BADGE MANAGEMENT plugin but it does not work correctly, in the categories the labels are not visible. Or if you do not tell me how I can create custom labels on a product so they can be seen on the category page. Ex: Sale in pack of 3.
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