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

Open in your IDE?
  1. {#
  2. # Project:      www.betten-abc.de
  3. # Company:      arboro GmbH
  4. # Created by:   Daniel Geike
  5. # Created on:   25.04.22
  6. # Description:
  7. #}
  8. {% sw_extends "@Storefront/storefront/component/product/listing.html.twig" %}
  9. {% block element_product_listing_sorting %}
  10.     <div class="listing-actions-view-sorting">
  11.         {% block element_product_listing_layout_include %}
  12.             {% sw_include "@Storefront/plugin/component/product/layout.html.twig" ignore missing %}
  13.         {% endblock %}
  14.         {{ parent() }}
  15.     </div>
  16. {% endblock %}