{% sw_extends '@Storefront/storefront/page/product-detail/index.html.twig' %}{# removes cross-selling since it was moved to tabs.html.twig #}{% block page_product_detail_cross_selling %} <div class="product-detail-tabs product-detail-cross-selling" style="display:none;"> {% sw_include '@Storefront/storefront/page/product-detail/cross-selling/tabs.html.twig' with { crossSellings: page.crossSellings } only %} </div>{% endblock %}