custom/plugins/CogiCustomObstDe/src/Resources/views/storefront/component/product/card/box-standard.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/card/box-standard.html.twig' %}
  2. {% block component_product_box_rating %}
  3.     {% if shopware.config.CogiThemeTulip.config.showReviews %}
  4.         <div class="product-rating text-center">
  5.             {% sw_include 'storefront/component/review/rating.html.twig' with {
  6.                 points: product.ratingAverage,
  7.                 style: 'text-primary'
  8.             } %}
  9.         </div>
  10.     {% endif %}
  11. {% endblock %}