templates/web/customer/common/price_plain.twig line 1

Open in your IDE?
  1. {##
  2.  # Price widget
  3. #}
  4. {% apply spaceless %}
  5. <div class="product-price {{ this.getFingerprint() }}">
  6.   {{ widget_list('product.plain_price.head') }}
  7.   <ul class="product-price">
  8.     <li class="product-labels">
  9.         {{ widget_list('product.plain_price.before') }}
  10.     </li>
  11.     {{ widget_list('product.plain_price') }}
  12.   </ul>
  13.   {{ widget_list('product.plain_price.tail') }}
  14. </div>
  15. {% endapply %}