custom/plugins/HemoReviews/src/Resources/views/storefront/component/product/listing.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/listing.html.twig' %}
  2.  {% block element_product_listing_box %}
  3.      {% sw_include '@Storefront/storefront/component/product/card/box.html.twig' with {
  4.          'layout': boxLayout,
  5.          'displayMode': displayMode
  6.      } %}
  7.      {% if product.productReviews.elements|length > 0 %}
  8.      {% sw_include '@Storefront/storefront/component/product/hemo-review.html.twig' with {
  9.          reviews: product.productReviews,
  10.          product: product
  11.      } %}
  12.      {% endif %}
  13.  {% endblock %}