/* Add custom JS code below */ {# Reusable product card — used on home sections, category pages, and related products #}
{% if product.promotion_title %} {{ product.promotion_title }} {% elseif product.is_new %} جديد {% endif %} {{ product.image.alt|default(product.name) }}
{% if product.category %} {{ product.category.name }} {% endif %}

{{ product.name }}

{% if product.rating %}
{% for i in 1..5 %}{{ i <= product.rating.stars ? '★' : '☆' }}{% endfor %} ({{ product.rating.count }})
{% endif %}
{% if product.is_on_sale %} {{ product.sale_price|money }} {{ product.regular_price|money }} {% else %} {{ product.price|money }} {% endif %}
أضف +