custom/plugins/DIScoGA4/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_row %}
  3.     {{ parent() }}
  4.     {% block dis_element_product_listing_row_extra %}
  5.         {% if config('DIScoGA4.config.googleTagEnabled') %}
  6.             {% sw_include '@Storefront/storefront/ga4/ga4-pagination-products-extensions.html.twig' %}
  7.         {% endif %}
  8.     {% endblock %}
  9. {% endblock %}