vendor/store.shopware.com/mindsshoppingcartgoals/src/Resources/views/storefront/component/product/card/wishlist.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/card/wishlist.html.twig' %}
  2. {% block component_product_wishlist %}
  3.     {% if not lineItem.extensions.scgItem|length > 0 %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}