custom/plugins/AppflixDewaShop/src/Resources/views/storefront/component/product/card/box.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/card/box.html.twig' %}
    
    {% block component_product_box_include %}
        {% if product.extensions.dewaProductIndex %}
            {% sw_include '@Storefront/dewa-shop/menu/menu-product-item.html.twig' with {
                dewaLayout: 'dewaCard'
            } %}
        {% else %}
            {{ parent() }}
        {% endif %}
    {% endblock %}