custom/plugins/WabsIgmTheme/src/Resources/views/storefront/component/product/card/box-standard.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/card/box-standard.html.twig' %}
  2. {# Remove description and other stuff from product card #}
  3. {% block component_product_box_description %}
  4. {% endblock %}
  5. {% block component_product_box_rating %}
  6. {% endblock %}
  7. {% block component_product_box_variant_characteristics %}
  8. {% endblock %}
  9. {% block component_product_box_name %}
  10.     {{ parent() }}
  11.     {% sw_include '@Storefront/storefront/component/delivery-information.html.twig' %}
  12. {% endblock %}