Hallo, ich habe ein eigenes Template erstellt und entsprechend folgende Dateien erstellt bzw. aus dem Bare kopiert und angepasst: topbar-navigation.tpl (fronted/index) mit folgendem Inhalt: [code]
{* Top bar navigation *} {block name=“frontend_index_top_bar_nav”}
{action module=widgets controller=index action=shopMenu}
{* Article Compare *}
{block name='frontend_index_navigation_inline'}
{if {config name="compareShow"}}
<div class="navigation--entry entry--compare is--hidden" role="menuitem" aria-haspopup="true" data-drop-down-menu="true">
{block name='frontend_index_navigation_compare'}
{action module=widgets controller=compare}
{/block}
</div>
{/if}
{/block}
{* Include of the widget *}
{block name="frontend_index_checkout_actions_service_menu_include"}
{action module=widgets controller=index action=menu group=gLeft}
{/block}
</nav>
{/block} {/block}
[/code] Und info.tpl (widgets/checkout): {\* My account entry \*} {block name="frontend\_index\_checkout\_actions\_my\_options"} - {block name="frontend\_index\_checkout\_actions\_account"} [{s namespace='frontend/index/checkout\_actions' name='IndexLinkAccount'}{/s}]({url controller='account'} "{") {/block}
{/block} {\* Cart entry \*} {block name="frontend\_index\_checkout\_actions\_cart"} - [{if $sUserLoggedIn} {s name='IndexLinkCheckout' namespace='frontend/index/checkout\_actions'}{/s} {else} {s namespace='frontend/index/checkout\_actions' name='IndexLinkCart'}{/s} {/if} {$sBasketQuantity} {$sBasketAmount|currency} {s name="Star" namespace="frontend/listing/box\_article"}{/s}]({url controller='checkout' action='cart'} "{")
{/block} {block name="frontend\_index\_checkout\_actions\_inner"}{/block}
Nachdem ich Cache geleert habe kommt auf meiner Seite nun der Fehlercode 503 Serverfehler