From fc229a19891be4b0e18155ed25ca70f4d009cf60 Mon Sep 17 00:00:00 2001 From: Tatu Wikman Date: Wed, 20 Dec 2023 17:34:03 +0200 Subject: [PATCH] Add 'Back to Home page' button on not-found page, fixes #554 --- templates/errors/not-found.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/errors/not-found.tpl b/templates/errors/not-found.tpl index 65b17e517..be14e6a13 100644 --- a/templates/errors/not-found.tpl +++ b/templates/errors/not-found.tpl @@ -7,6 +7,10 @@ {block name="error_content"} {if isset($errorContent)} {$errorContent nofilter} + + {l s='Back to Home page' d='Shop.Theme.Catalog'} + + {else}

{l s='The page you are looking for is no longer available' d='Shop.Theme.Catalog'}

{l s='It can not be reached anymore. Can we still attract you into our shop?' d='Shop.Theme.Catalog'}