Learn how to integrate product ratings and reviews with Glood.AI recommendations
product_ratings
<div class="product-card"> <img src="{{ product.featured_image | optimise_image: client_info, settings }}" alt="{{ product.title }}"> <h3>{{ product.title }}</h3> <div class="price">{{ product.price | money_formatter: glood }}</div> <!-- Add product ratings here --> <div class="reviews"> {% product_ratings product_id: product.id %} </div> </div>
<div class="jdgm-widget jdgm-preview-badge" data-id="1234567890" data-auto-install="false"></div>
Was this page helpful?