modules/XC/Reviews/templates/web/customer/modules/XC/Reviews/product.items_list.rating.twig line 1

Open in your IDE?
  1. {##
  2.  # Rating value in product info
  3.  #
  4.  # @ListChild (list="itemsList.product.grid.customer.info", weight="35")
  5.  # @ListChild (list="itemsList.product.list.customer.info", weight="45")
  6.  #}
  7. {{ widget('XC\\Reviews\\View\\Customer\\ProductInfo\\ItemsList\\AverageRating', productId=this.get('product').id, widgetMode=this.getDisplayMode()) }}