Quantcast
Channel: Neueste Diskussionen - Shopware Community Forum
Viewing all articles
Browse latest Browse all 14594

Block Appenden funktioniert nicht

$
0
0

Hallo zusammen,

ich habe folgendes Problem:

Ich möchte in meinem eigenen Template die index/index.tpl erweitern.
Undzwar möchte ich etwas hinter den Block "frontend_index_shop_navigation" anhängen.

Ich habe es mittlerweile wie folgt probiert:

{extends file="parent:frontend/index/index.tpl"}
...
{* Shop navigation *}
{block name='frontend_index_shop_navigation'}
	{$smarty.block.parent}
	[ Mein anzuhängender Inhalt ]
{/block}
{extends file="parent:frontend/index/index.tpl"}
...
{* Shop navigation *}
{block name='frontend_index_shop_navigation' append}
	[ Mein anzuhängender Inahalt ]
{/block}

Aber bei beiden Varianten wird der Inhalt scheinbar "prepanded" denn er erscheint immer vor dem Parent-Inhalt des Blocks statt dahinter.
Hat jemand eine Idee woran das liegen kann?


Viewing all articles
Browse latest Browse all 14594


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>