<{if $settings.checkout_cart.enable_cart_sharing}>
<{if $basket && $cookie.basket}> <{capture name="basket_share_modal"}> $dispatch('modal', {open: true, type: 'share_cart', cart_url: '<{$webshop->getUrl()}>/basket?basket=<{$cookie.basket|escape}>', title: '<{t}>Share your cart<{/t}>', message:'

<{t section="Basket"}>Share your cart by copying the below link. If you or anyone else alters the items in the cart it will be updated for everyone.<{/t}>

'}); <{/capture}> <{include file="components/button.html" class="" variant="default" size="md" xdata="{}" xclick=$smarty.capture.basket_share_modal text="Share your cart"|t}> <{/if}>
<{/if}>