custom/plugins/NrbnLvgTheme/src/Resources/views/storefront/page/search/search-pagelet.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/search/search-pagelet.html.twig' %}
  2. {% set listingColumns = 'col-sm-6 col-lg-4 col-xl-3' %}
  3. {% block element_product_listing_wrapper %}
  4.     {% sw_include '@Storefront/storefront/element/cms-element-sidebar-filter.html.twig' with {
  5.         listing: page.listing,
  6.         sidebar: false
  7.     } %}
  8.     {% sw_include '@Storefront/storefront/component/product/listing.html.twig' with {
  9.         searchResult: page.listing,
  10.         dataUrl: url('widgets.search.pagelet.v2'),
  11.         filterUrl: url('widgets.search.filter'),
  12.         params: { search: page.searchTerm },
  13.         sidebar: 0,
  14.         boxLayout: 'standard',
  15.         displayMode: ''
  16.     } %}
  17. {% endblock %}