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) }}">{{ this.get('product').name }}</a>
  7. </h4>
  8. {% endapply %}