<{* Template: 404.html Description: This template handles the 404-error page. Author: 1260 A/S, @1260-digital Since: 2022-09-01 *}> <{capture name="title"}> <{t section="404.html"}>Error 404 - We could not find what you were looking for<{/t}> <{/capture}>

<{if $settings.error_404.pre_title}> <{$settings.error_404.pre_title}> <{else}> <{t section="404.html"}>Error 404<{/t}> <{/if}>

<{if $settings.error_404.title}> <{$settings.error_404.title}> <{else}> <{t section="404.html"}>We could not find what you were looking for<{/t}> <{/if}>

<{if $settings.error_404.text}> <{$settings.error_404.text}> <{else}> <{t section="404.html"}>We're sorry, but the page you have reached does not exist. Have a look at some of our most sold items.<{/t}> <{/if}>

<{assign var="landing_page" value=$webshop->getLandingPageByTag("404")}> <{if $landing_page}> <{assign var="products" value=$landing_page->getProducts()}> <{else}> <{assign var="products" value=$webshop->getPopularProducts()}> <{if !$products}> <{assign var="products" value=$webshop->getOnlineProducts()}> <{/if}> <{/if}>
    <{section name="i" loop=$products max=8}>
  • <{include file="components/product-card.html" product=$products[i] }>
  • <{/section}>