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

<{if $settings.error_410.pre_title}> <{$settings.error_410.pre_title}> <{else}> <{t}>Error 410<{/t}> <{/if}>

<{if $settings.error_410.title}> <{$settings.error_410.title}> <{else}> <{t}>We could not find what you were looking for<{/t}> <{/if}>

<{if $settings.error_410.text}> <{$settings.error_410.text}> <{else}> <{t}>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}>