<{assign var="never_free_shipping" value=false}> <{section name="i" loop=$basket}> <{if $basket[i].product->getNeverFreeShipping()}> <{assign var="never_free_shipping" value=true}> <{/if}> <{/section}>
<{t}>Shipping Methods<{/t}> <{foreach $basket as $row}> <{if $row.product->getExtensionValue('pickup_only')}> <{assign var="show_info_notice" value=true}> <{break}> <{/if}> <{/foreach}> <{if $show_info_notice}> <{include file="components/alert.html" margin="t" variant="info" icon="information" text="A product in your cart limits delivery to pickup only"|t}>
<{else}> <{include file="components/shipping-notice.html"}> <{/if}> <{assign var="shipping_methods" value=$webshop->getShippings()}> <{assign var="shippings" value=$webshop->getShippings()}> <{if $shippings}> <{else}> <{* TODO *}> <{/if}>