custom/plugins/SimaxThemeKara/src/Resources/views/storefront/page/product-detail/cross-selling/tabs.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/product-detail/cross-selling/tabs.html.twig' %}
  2. {% block page_product_detail_cross_selling_tabs_inner %}
  3.     
  4.     {% if crossSellings is not empty %}
  5.         {{ parent() }}
  6.     {% endif %}
  7. {% endblock %}