• Resolved rigorosoma

    (@rigorosoma)


    Hello, i’m using Savoy theme, and recently i found that your with badge management does what i need. Actual problem is that on product page i see badge and it works like a charm, BUT on main page, i mean on category page with grid of products i Don’t See Badges.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter rigorosoma

    (@rigorosoma)

    ?

    Thread Starter rigorosoma

    (@rigorosoma)

    Anyone help?

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    We have tested YITH WooCommerce Badge Management with your theme(Savoy). The reason why you cannot see the badges in the shop and category pages is due to the fact that your theme doesn’t use the standard WooCommerce hooks.

    However, you can fix this issue by editing (or overriding it in your child theme) the file savoy/woocommerce/content-product.php line 94:
    echo nm_product_thumbnail( $product_thumbnail_id );
    with the following code snippet:
    echo apply_filters('post_thumbnail_html',nm_product_thumbnail( $product_thumbnail_id ), $product->id);

    Please try it and let us know if everything works fine

    Best Regards
    YITH Support

    Thread Starter rigorosoma

    (@rigorosoma)

    It works now. Thank you.

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    you are welcome!

    If you like the plugin and our support, please, support us with a 5-star review. It takes just a minute. Thank you!

    Best Regards
    YITH Support

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Badges do not display in Savoy theme’ is closed to new replies.