themes/BootstrapChildTheme/SyliusShopBundle/views/Product/Show/_priceWidget.html.twig line 1

Open in your IDE?
  1. <div class="product-info-wrap">
  2.     <div class="product-info">
  3.         <div class="product-info-content row">
  4.             <div class="col">
  5.                 {% if not product.enabledVariants.empty() %}
  6.                     {% include '@SyliusShop/Product/Show/_price.html.twig' %}
  7.                 {% endif %}
  8.             </div>
  9.         </div>
  10.     </div>
  11. </div>