custom/plugins/SwagCustomizedProducts/src/Resources/views/storefront/page/product-detail/buy-widget.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/product-detail/buy-widget.html.twig' %}
  2. {% set customizedProductsTemplate = page.product.extensions.swagCustomizedProductsTemplate %}
  3. {% block page_product_detail_ordernumber_container %}
  4.     {{ parent() }}
  5.     {% if customizedProductsTemplate and customizedProductsTemplate.active %}
  6.         <div class="swag-customized-products__price-label-notice">
  7.             {{ "customizedProducts.priceLabelNotice"|trans }}
  8.         </div>
  9.     {% endif %}
  10. {% endblock %}