custom/plugins/theme/src/Resources/views/storefront/component/delivery-information.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/delivery-information.html.twig' %}
  2. {% block component_delivery_information_available %}
  3.     {% sw_icon 'package' style {"namespace": "DonCarneTheme"}  %}
  4.     <link itemprop="availability" href="http://schema.org/InStock"/>
  5.     <p class="delivery-information delivery-available">
  6.         {{ "detail.deliveryTimeAvailable"|trans({
  7.             '%name%': product.deliveryTime.translation('name')
  8.         })|sw_sanitize }}
  9.     </p>
  10. {% endblock %}
  11. {% block component_delivery_information_soldout %}
  12. {% endblock %}