Yith Badges Don't Appear With Woodmart Theme On Shop Page
-
Hi
I am using YITH Badge plugin to show “free shipping”, “click & collect only”, Also for other Dynamic promotion badges for various category as woodmart product labels doesn’t have all these options
The badges are showing up on single product page but not on shop or category pages
Previously used the same plugin with flatsome theme and had no issues
I have also tried to use the folliwing code with code snippets from a thread the forum
add_action(‘init’, function() {
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 );
}, 1100 );
Still no badges appear
Hello,
The code you used should fix the problem. Please, provide us your admin and FTP access so we can check why it still doesn’t work.
Kind Regards