{% sw_extends '@Storefront/storefront/page/checkout/cart/index.html.twig' %} {% block page_checkout_cart_product_table %} {% block frosh_share_basket_container %}
{% block frosh_share_basket %} {% if page.froshShareBasketState == 'cartExists' %} {% block frosh_share_basket_existing_cart %} {% sw_include '@Storefront/storefront/utilities/frosh-share-basket.html.twig' with { froshShareBasketUrl: page.froshShareBasketUrl, froshShareBasketState: page.froshShareBasketState, } %} {% endblock %} {% elseif page.froshShareBasketState != 'cartLoaded' %} {% set froshBasketAjaxSubmitOptions = { replaceSelectors: ".js-frosh-share-basket-container", submitOnce: true, } %} {% block frosh_share_basket_form %}
{% block frosh_share_basket_save_button %} {% endblock %}
{% endblock %} {% endif %} {% endblock %}
{% endblock %} {{ parent() }} {% endblock %}