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

Open in your IDE?
  1. {# @var product \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity #}
  2. {% sw_extends '@Storefront/storefront/component/product/card/action.html.twig' %}
  3. {% block component_product_box_action_buy %}
  4.     {% if product.extensions.dreiscSetProductExtension %}
  5.         {% block dreisc_set__component_product_box_action_detail %}
  6.         {{ block('component_product_box_action_detail') }}
  7.         {% endblock %}
  8.     {% else %}
  9.         {{ parent() }}
  10.     {% endif %}
  11. {% endblock %}