Basket

{#each localBasket.items as item (item.id)} {/each}

Shipping, taxes and discounts calculated at checkout

Subtotal

£{localBasket.subtotal.toFixed(2)}
{#each localBasket.items as item (item.id)} {/each}
Continue shopping {#if session?.user !== undefined} {:else}

You must sign in to checkout

{/if}