custom/static-plugins/NdVoorwindenTheme/src/Resources/views/storefront/component/buy-widget/buy-widget-price.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/buy-widget/buy-widget-price.html.twig' %}
  2. {% block buy_widget_product_price %}
  3.     <p class="product-detail-price{% if listPrice.percentage > 0 %} with-list-price text-sm text-red-700{% endif %} inline-block text-grey-900 font-bold">
  4.         {{ price.unitPrice|number_format(2, ',', '')|replace({',00': ',-'}) }}
  5.     </p>
  6. {% endblock %}