modules/QSL/CallForPrice/templates/web/customer/modules/QSL/CallForPrice/request_price/body.twig line 1

Open in your IDE?
  1. <div class="{{ this.getFingerprint() }}">
  2.     {% if this.isSideWidget() %}
  3.         <span>{{ this.getRequestPriceText() }}</span>
  4.     {% else %}
  5.         <div class="{{ this.getCSSClass() }}"
  6.              title="{{ this.getRequestPriceTooltip() }}"
  7.              data-product-id="{{ this.getProduct().getProductId() }}"
  8.              data-request-by="{{ this.getRequestBy() }}"
  9.              data-phone="{{ this.getPhone() }}"
  10.              data-is-advanced-contact-form-enabled="{{ this.isAdvancedContactFormEnabled() }}"
  11.              data-toggle="tooltip">
  12.             <span>{{ this.getRequestPriceText() }}</span>
  13.         </div>
  14.     {% endif %}
  15. </div>