{% block component_shipping_form %} {% set formAjaxSubmitOptions = { changeTriggerSelectors: ['.shipping-method-input'] } %} {% block component_shipping_form_element %}
{% block component_shipping_form_redirect %} {% endblock %} {% block component_shipping_form_list %}
{% for shipping in page.shippingMethods %} {% block component_shipping_form_method %} {% sw_include '@Storefront/storefront/component/shipping/shipping-method.html.twig' %} {% endblock %} {% endfor %}
{% endblock %}
{% endblock %} {% endblock %}