<{* 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.approve.information.html"}> <{include file="partials/checkout.shipping.methods.html"}> <{include file="partials/checkout.payment.methods.html"}> <{if $skip_approve}> <{include file="partials/checkout.terms.html" title="Terms & Conditions"|t}> <{/if}>
<{include file="components/button.html" class="btn--checkout btn--checkout-previous" text="Back to information"|t type="link" variant="default" icon="chevron-left" href="/address"}> <{if $skip_approve}> <{include file="components/button.html" class="btn--checkout btn--checkout-next" text="Pay order now"|t type="submit" variant="action"}> <{else}> <{include file="components/button.html" class="btn--checkout btn--checkout-next" text="Review order"|t type="submit" variant="action"}> <{/if}>
<{include file="partials/checkout.end.html"}>