templates/web/customer/product/details/editable_attributes/body.twig line 1

Open in your IDE?
  1. {##
  2.  # Product details attributes block
  3.  #}
  4. {% if this.hasAttributes() %}
  5.   <div class="editable-attributes {{ this.getFingerprint() }}">
  6.     {{ widget('\\XLite\\View\\Product\\Details\\Customer\\AttributesModify', product=this.getProduct(), attribute_values=this.getAttributeValues(), includeNonEditable=true) }}
  7.   </div>
  8. {% endif %}