Learn about available tags for extending section template functionality
product_id
{% product_ratings product_id: product.id %}
<div class="jdgm-widget jdgm-preview-badge" data-id="1234567890" data-auto-install="false"></div>
<div class="loox-widget" data-product-id="1234567890"></div>
<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> <div class="reviews"> {% product_ratings product_id: product.id %} </div> </div>
Was this page helpful?