custom/plugins/BettenABC/src/Resources/views/theme/page/product-detail/reviews.html.twig line 1

Open in your IDE?
  1. {#
  2. # Project:      www.betten-abc.de
  3. # Company:      arboro GmbH
  4. # Created by:   Daniel Geike
  5. # Created on:   17.06.22
  6. # Description:
  7. #}
  8. {% block page_product_detail_reviews %}
  9. {% endblock %}
  10. {#    {% set remoteClickOptions = {#}
  11. {#        selector: "#review-tab",#}
  12. {#        scrollToElement: scrollToElement,#}
  13. {#        fixedHeaderSelector: fixedHeaderSelector#}
  14. {#    } %}#}
  15. {#    <div class="col-auto product-detail-info product-detail-header-reviews">#}
  16. {#        <a {{ dataBsToggleAttr ~ "=tab" }}#}
  17. {#                class="product-detail-reviews-link"#}
  18. {#                data-offcanvas-tabs="true"#}
  19. {#                data-remote-click="true"#}
  20. {#                data-remote-click-options="{{ remoteClickOptions|json_encode }}"#}
  21. {#                href="#review-tab-pane"#}
  22. {#                aria-controls="review-tab-pane"#}
  23. {#        >#}
  24. {#        </a>#}
  25. {#        {% block page_product_detail_reviews_stars %}#}
  26. {#            #}{# include default rating component #}
  27. {#            <div class="product-detail-header-reviews-stars">#}
  28. {#                {% sw_include '@Storefront/storefront/component/review/rating.html.twig' with {#}
  29. {#                    points: pointSum,#}
  30. {#                    style: 'text-primary'#}
  31. {#                } %}#}
  32. {#            </div>#}
  33. {#        {% endblock %}#}
  34. {#        {% block page_product_detail_reviews_label %}#}
  35. {#            {% if showLabel %}#}
  36. {#                #}{# use corresponding snippet #}
  37. {#                <div class="product-detail-header-reviews-label">#}
  38. {#                    {{ "detail.reviews"|trans({#}
  39. {#                        '%count%': totalReviews#}
  40. {#                    })|sw_sanitize }}#}
  41. {#                </div>#}
  42. {#            {% endif %}#}
  43. {#        {% endblock %}#}
  44. {#    </div>#}
  45. {#{% endblock %}#}