modules/QSL/AMP/templates/web/customer/modules/QSL/AMP/items_list/product/parts/grid.photo.twig line 1

Open in your IDE?
  1. {##
  2.  # Products list (list variant)
  3.  #
  4.  # @ListChild (list="amp.itemsList.product.grid.customer.info", weight="10")
  5.  # @ListChild (list="amp.itemsList.product.small_thumbnails.customer.info", weight="10")
  6.  # @ListChild (list="amp.itemsList.product.big_thumbnails.customer.info", weight="100")
  7.  #}
  8. <div class="prod-pht">
  9.   {{ widget_list('photo', type='nested', product=this.product) }}
  10. </div>