{% sw_extends '@Storefront/storefront/element/cms-element-product-description-reviews.html.twig' %} {# ThemeWare: Product detail tab component on cms product page #} {# INFO: Please note this is also available as "page/product-detail/tabs.html.twig" since SW6.4 #} {# ---------------- START: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Set theme variables #} {% set twtProductDetailPropertiesPosition = theme_config('twt-product-detail-properties-position') %} {% set twtProductDetailTabManufacturerShow = theme_config('twt-product-detail-tab-manufacturer-show') %} {# ---------------- END: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Adjustments on tab navigation #} {% block element_product_desciption_reviews_tabs_navigation_description %} {# ThemeWare: Show properties in individuell tab if configured #} {% if twtProductDetailPropertiesPosition == 2 or twtProductDetailTabManufacturerShow == 2 %} {# Default navigation #} {{ parent() }} {# ThemeWare: Add properties tab to navigation #} {% if twtProductDetailPropertiesPosition == 2 and page.product.sortedProperties|length > 0 %}