modules/XC/CrispWhiteSkin/templates/web/customer/product/details/parts/page.image.photo.twig line 1

Open in your IDE?
  1. {##
  2.  # Product details image box
  3.  #}
  4. {% if this.isViewListVisible('product.details.page.image.photo') %}
  5.   <div class="product-photo-box">
  6.     {{ widget_list('product.details.page.image.photo') }}
  7.   </div>
  8. {% endif %}