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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/card/action.html.twig' %}
  2. {% block component_product_box_action_buy %}
  3.     {{ parent() }}
  4.     {% block component_product_box_action_buy_bar %}
  5.         {% if config('CoeWishlistSw6.config.wishlistButtonOnListing') %}
  6.             {% sw_include '@Storefront/storefront/component/wishlist/button/add-note.html.twig' %}
  7.         {% endif %}
  8.     {% endblock %}
  9. {% endblock %}
  10. {% block component_product_box_action_detail %}
  11.     {{ parent() }}
  12.     {% block component_product_box_action_detail_bar %}
  13.         {% if config('CoeWishlistSw6.config.wishlistButtonOnListing') %}
  14.             {% sw_include '@Storefront/storefront/component/wishlist/button/add-note.html.twig' %}
  15.         {% endif %}
  16.     {% endblock %}
  17. {% endblock %}