custom/plugins/Bema/src/Resources/views/storefront/component/product/card/price-unit.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/card/price-unit.html.twig' %}
    
    {% block component_product_box_price %}
        {{ parent() }}
        <div class="product-detail-delivery-information">
            {% sw_include '@Storefront/storefront/component/delivery-information.html.twig' %}
        </div>
    {% endblock %}