عربة التسوق

عربتك حالياً فارغة.

عربة التسوق فارغة.

ليس لديك أي عناصر في سلة التسوق الخاصة بك.

متابعة التسوق

Shopify Product Carousel with Ratings

Best Selling Products

Discover our most popular items based on customer ratings and reviews

Shopify Integration Guide

To integrate this carousel with your Shopify store, replace the static product data with dynamic Shopify data.

Here's how to integrate with your existing Shopify products:

{% for product in collections[section.settings.collection].products limit: section.settings.product_limit %}
{{ product.featured_image.alt }} {% if product.compare_at_price > product.price %}
Sale
{% endif %}
{{ product.type }}

{{ product.title }}

{% if product.metafields.easyreview.reviews.value.data.total_review > 0 %}
({{ product.metafields.easyreview.reviews.value.data.total_review }})
{% endif %}
{{ product.price | money }} {% if product.compare_at_price > product.price %} {{ product.compare_at_price | money }} {{ product.compare_at_price | minus: product.price | times: 100.0 | divided_by: product.compare_at_price | round }}% off {% endif %}
{% endfor %}
Translation missing: ar.general.search.loading