{% sw_extends '@Storefront/storefront/component/product/card/action.html.twig' %}
{% block component_product_box_action_buy %}
{% set customizedProductsTemplate = product.extensions.swagCustomizedProductsTemplate %}
{% if customizedProductsTemplate and customizedProductsTemplate.active %}
{% block component_product_box_action_detail %}
{{ parent() }}
{% endblock %}
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}