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

Open in your IDE?
  1. {##
  2.  # Product details Weight main block
  3.  #
  4.  # @ListChild (list="product.details.common.product-attributes.elements", weight="200")
  5.  #}
  6. {% if this.getWeight() != 0 %}
  7.   <li class="product-weight">
  8.     <div><strong>{{ t('Weight') }}</strong></div>
  9.     <span>{{ this.formatWeight(this.getWeight())|raw }}</span>
  10.   </li>
  11. {% endif %}