modules/CDev/MarketPrice/templates/web/customer/modules/CDev/MarketPrice/details.twig line 1

Open in your IDE?
  1. {##
  2.  # Product market price
  3.  #
  4.  # @ListChild (list="product.plain_price.before", weight="45")
  5.  #}
  6. {% if this.isShowMarketPrice() %}
  7.   <div class="product-details-market-price">
  8.     <div class="text">
  9.       {{ widget_list('market_price.text', type='nested') }}
  10.     </div>
  11.     {{ widget_list('market_price.label', type='nested') }}
  12.   </div>
  13. {% endif %}