templates/web/customer/product/details/common_attributes/common.product-attributes.sku.twig line 1

Open in your IDE?
  1. {##
  2.  # Product details SKU main block
  3.  #
  4.  # @ListChild (list="product.details.common.product-attributes.elements", weight="100")
  5.  #}
  6. {% if this.getSKU() %}
  7.   <li class="identifier product-sku">
  8.     <div><strong class="type">{{ t('SKU') }}</strong></div>
  9.     <span class="value">{{ this.getSKU() }}</span>
  10.   </li>
  11. {% endif %}