templates/web/customer/product/details/parts/common.product-marks.twig line 1

Open in your IDE?
  1. {##
  2.  # Product marks
  3.  #
  4.  # @ListChild (list="product.details.page.info", weight="49")
  5.  # @ListChild (list="product.details.quicklook.info", weight="49")
  6.  #}
  7. {{ widget('\\XLite\\View\\MarksList', marks=this.getProduct().getMarks(), isTooltip=false) }}