Show star ratings badge on your collection page

Follow the following steps to show star ratings badge on the collection page.

Step 1: Go to your Online store -> Themes -> Action -> Edit Code. 

Step 2: Find  "product-grid-item.liquid", "product-card-list.liquid" or "product-card-grid.liquid" “product-thumbnail.liquid” or “product-info.liquid” because different themes will use difference collection layout such as: grid, card list or card grid. 

 Press Ctrl F to find the code snippet where you want your reviews to appear. for example  {{ product.title }}, or the under the class such as product-item-price 


Step 3: Copy this code {% include "ot-collection-reviews" %} and paste under the code above:

Result: