custom/plugins/AcrisSearchCS/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' %}
    
    {% block product_listing %}
        {% if controllerName is same as ("Manufacturer") and manufacturer is not empty %}
            {% set listingPagination = listingPagination|merge({
                params: { manufacturer: manufacturer.id },
                dataUrl: url('widgets.manufacturer.pagelet.v2'),
                filterUrl: url('widgets.manufacturer.filter')
            }) %}
        {% endif %}
    
        {{ parent() }}
    {% endblock %}