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

Open in your IDE?
  1. {##
  2.  # Price widget
  3.  #}
  4. {% if this.get('displayOnlyPrice') %}
  5.     {% include 'common/price_plain_only.twig' %}
  6. {% else %}
  7.     {% include 'common/price_plain.twig' %}
  8. {% endif %}