custom/apps/AtlKatanaTheme/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.     <link itemprop="availability" href="http://schema.org/InStock"/>
  4.     <p class="delivery-information delivery-available">
  5.         {% sw_icon 'clock' style {
  6.             'namespace': 'AtlKatanaTheme',
  7.             'pack':  theme_config('atl-icon-set'),
  8.             'color': 'success',
  9.             'size': 'xs'
  10.         } %}
  11.         {{ "detail.deliveryTimeAvailable"|trans({
  12.             '%name%': product.deliveryTime.translation('name')
  13.         })|sw_sanitize }}
  14.     </p>
  15. {% endblock %}