<{* Template: thanks.html Description: This template handles the reciept page Author: 1260 A/S, @1260-digital Since: 2022-09-01 *}> <{capture name="title"}> <{if $order}> <{capture name="order_total"}> <{$order->getTotalPrice()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}> <{/capture}> <{t section="Thanks" x=$order->getWebshopOrderId() y=$smarty.capture.order_total}>► Step 3 of 3 - Order (#{x}) has been received. Total: {y}<{/t}> <{else}> <{t section="Thanks"}>The order was not found in the system.<{/t}> <{/if}> <{/capture}> <{include file="partials/user.profile.wrapper.start.html"}> <{if $order}> <{include file="partials/order.details.html"}> <{else}> <{if $basket}> <{include file="partials/checkout.empty.order.html"}> <{else}> <{include file="partials/checkout.empty.basket.html"}> <{/if}> <{/if}> <{include file="partials/user.profile.wrapper.end.html"}>