Home Forums WoodMart support forum Reviews on product catalog/archive page

Reviews on product catalog/archive page

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

    s0mbrer0
    Participant

    Hello, we use a third party integration for collecting product reviews. On the product page the review starts are shown, but on the catalog/archive page not.

    After contacting the third party, Judge.me, they told us that we could include the review stars per product with the following shortcode: [jgm-preview-badge]

    Can you please tell us how to include this shortcode?

    We want to show the review stars below the product title.

    #551328

    Hung Pham
    Keymaster

    Hi s0mbrer0,

    Thanks for reaching to us.

    Try to add the following PHP code snippet to the child theme functions.php file to fix this

    add_action('woocommerce_shop_loop_item_title', function () {
    	echo do_shortcode('CUSTOM SHORTCODE');
    }, 12 );

    Regards,

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