custom/static-plugins/LDSCustom/src/Resources/views/storefront/component/product/block-price.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/block-price.html.twig' %}
  2. {% block component_product_detail_block_price_content %}
  3.     {{ price.unitPrice|currency }}{{ "general.star"|trans|sw_sanitize }}
  4. {% endblock %}