{% partial __SELF__ ~ '::image' image=item.image %}
{{ item.name }}
{% set price = item.price() %}
{{ price.string | raw }}
{{ item.description_short | nl2br }}
{% if price.official %} {{ price.official.string | raw }} {% else %} {{ item.oldPrice.count > 0 ? item.oldPrice().string | raw }} {% endif %}
{% set rating = item.reviews_rating %} {# To display the product's rating use: #} {# set rating = item.product.reviews_rating #} {% if rating > 0 %}
{% partial __SELF__ ~ '::stars' rating=rating %}
{% endif %}