custom/plugins/AtmosTheme/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. {% block page_product_detail_data_rich_snippet_url %}
  3.     {{ parent() }}  
  4.     {% if page.product.parentId and page.configuratorSettings|length > 0 %}
  5.         <div class="product-detail-configurator-container">
  6.             {% sw_include '@Storefront/storefront/page/product-detail/configurator.html.twig' %}
  7.         </div>
  8.     {% endif %}    
  9.     {% if coeHidePrice %}
  10.         <div class="alert is-warning alert-has-icon price-alert">        
  11.             {% sw_icon 'user' style {'pack' : 'atmos'} %}
  12.             <div class="alert-content-container">
  13.                 <div class="alert-content">
  14.                     {{ "AtmosTheme.product.hidePriceInfo"|trans|raw }}                    
  15.                 </div>
  16.             </div>
  17.         </div>
  18.     {% endif %}
  19. {% endblock %}    
  20. {% block page_product_detail_configurator_include %}
  21. {% endblock %}
  22. {% block page_product_detail_buy_container_placeholder %}    
  23. {% endblock %}
  24. {% block page_product_detail_buy_container_bundle_list %}    
  25. {% endblock %}
  26. {% block page_product_detail_wishlist %}
  27.     {% if page.acessoryOptions is not defined %}
  28.         {{ parent() }}  
  29.     {% endif %}            
  30. {% endblock %}    
  31. {% block page_product_detail_add_to_compare_button %}
  32.     {% if page.acessoryOptions is not defined %}
  33.         {{ parent() }}  
  34.     {% endif %}                
  35. {% endblock %}
  36. {% block page_product_detail_ordernumber_container %}
  37. {% endblock %}