• Resolved jimmy2faces

    (@jimmy2faces)


    This plug in works with the shop pages but not on custom views of the shop by category

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wp-centrics

    (@wpcentrics)

    Hi Jimmy, thanks for your interest.

    This plugin adds a hook to the special action woocommerce_before_shop_loop_item_title to print de badget on loop. If you’re coding your own theme, you must add this on your product loop:

    do_action( 'woocommerce_before_shop_loop_item_title' );

    …or get the standard woocommerce template on your products loop:
    /woocommerce/templates/content-product.php
    in this way:
    wc_get_template_part( 'content', 'product' );

    This solves your issue?
    Kind regards,
    Carles Martin

    Plugin Author wp-centrics

    (@wpcentrics)

    Hi @jimmy2faces,

    Since it’s silent here, I’ll mark the thread as resolved. If my reply doesn’t solve your question, please, open a new thread.

    Kind regards,
    Carles Martin
    wp-centrics support team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Storefront widget – no badge’ is closed to new replies.