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