modules/XC/CrispWhiteSkin/templates/web/customer/items_list/product/parts/common.product-name.twig line 1

Open in your IDE?
  1. {# #
  2.  # Item name
  3. #}
  4. {% apply spaceless %}
  5.   <h4 class="product-name">
  6.     <a class="fn url" href="{{ this.getProductURL(this.categoryId) }}">
  7.       {{ widget_list('product_list.product_name.before', product=this.get('product')) }}
  8.       {{ this.get('product').name }}
  9.       {{ widget_list('product_list.product_name.after', product=this.get('product')) }}
  10.     </a>
  11.   </h4>
  12. {% endapply %}