custom/plugins/KplngiProductOrder/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.     {% sw_include '@KplngiProductOrder/storefront/kplngi-extension/sorting.html.twig'  with {
  4.         current: searchResult.sorting,
  5.         sortings: searchResult.availableSortings
  6.     } %}
  7. {% endblock %}