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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/product-detail/tabs.html.twig' %}
  2. {% block page_product_detail_tabs_navigation_review %}
  3.     {% if shopware.config.CogiThemeTulip.config.showReviewsDetail %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}
  7. {% block page_product_detail_tabs_content_review %}
  8.     {% if shopware.config.CogiThemeTulip.config.showReviewsDetail %}
  9.         {{ parent() }}
  10.     {% endif %}
  11. {% endblock %}