custom/plugins/TcinnCustomizing/src/Resources/views/storefront/page/product-detail/index.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/product-detail/index.html.twig' %}
  2. {# removes cross-selling since it was moved to tabs.html.twig #}
  3. {% block page_product_detail_cross_selling %}
  4.     <div class="product-detail-tabs product-detail-cross-selling" style="display:none;">
  5.         {% sw_include '@Storefront/storefront/page/product-detail/cross-selling/tabs.html.twig' with {
  6.             crossSellings: page.crossSellings
  7.         } only %}
  8.     </div>
  9. {% endblock %}