custom/plugins/IdeaBooks/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_sorting %}
  3.     {# sorting dropdown weg
  4.     {% sw_include '@Storefront/storefront/component/sorting.html.twig' with {
  5.         current: searchResult.sorting,
  6.         sortings: searchResult.availableSortings
  7.     } %}
  8.     #}
  9. {% endblock %}