How to integrate Judge.me star ratings on my product listings?

How can I integrate star ratings from Judge.me into the product listings on my Shopify collection page to enhance user experience and provide quick insights into product quality for potential customers?

Hi @frost_cc

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your card-product.liquid. to show the star rating

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on card-product.liquid. and paste the code Above the line that contains {%- if show_rating , add the following code:


  
    {{ card_product.metafields.judgeme.badge }}
  

Hope this can help you solve the issue

Best regards,

Richard | PageFly