modules/XC/ProductVariants/templates/web/customer/modules/XC/ProductVariants/price.twig line 1

Open in your IDE?
  1. {##
  2.  # Price widget
  3.  #}
  4. {% if this.isDisplayPriceAsRange() %}
  5.   {% include 'modules/XC/ProductVariants/price_range.twig' %}
  6. {% else %}
  7.   {% include this.getParentTemplate() %}
  8. {% endif %}