templates/web/customer/common/price_parts/price.twig line 1

Open in your IDE?
  1. {##
  2.  # Product price value
  3.  #
  4.  # @ListChild (list="product.plain_price", weight="10")
  5.  # @ListChild (list="product.plain_price_only", weight="10")
  6.  #}
  7. <li class="product-price-base"><span class="price product-price">{{ this.formatPrice(this.getListPrice(), null, 1)|raw }}</span></li>