{* Template: shipping.html Description: This template handles the second step of the checkout. Author: 1260 A/S, @1260-digital Since: 2022-09-01 *}> <{assign var="skip_approve" value=$webshop->getSkipApprove()}> <{capture name="title_basket_value"}> <{$price|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}> <{/capture}> <{capture name="title"}> <{if $skip_approve }> <{t section="Address" x=$total_amount y=$smarty.capture.title_basket_value s=$webshop->getName()}>Step 2 of 2 - You have {x} item(s) in your basket at a total of {y} - {s}<{/t}> <{else}> <{t section="Address" x=$total_amount y=$smarty.capture.title_basket_value s=$webshop->getName()}>Step 2 of 3 - You have {x} item(s) in your basket at a total of {y} - {s}<{/t}> <{/if}> <{/capture}> <{include file="partials/checkout.start.html"}>
<{include file="partials/checkout.end.html"}>