Home Forums WoodMart support forum Yith Badges Don't Appear With Woodmart Theme On Shop Page

Yith Badges Don't Appear With Woodmart Theme On Shop Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #262287

    amitverma
    Participant

    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

    #262318

    Artem Temos
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)