Zoeken - schaar
{% if product.price < product.list_price %}
Bespaar
{{ product.price | pct product.list_price }}%
{{ product.sale_badge_fixed }}
{% endif %}
{{ product.name }}{% if product.brand %} - {{ product.brand }}{% endif %}
{% if product.is_digital %} {% else %} {% if product.scale_info %}{{ product.scale_info }}
{% endif %}{% if product.price < product.list_price %} {{ product.price_formatted }} {{ product.list_price_formatted }} {% else %} {{ product.price_formatted }} {% endif %} {% if product.in_stock == false %} Uitverkocht {% endif %}
{% endif %} {{{ product.ratingStarsHtml }}}