Überschreiben von frontend/listing/product-box/box-emotion.tpl

Ich versuche die Datei frontend/listing/product-box/box-emotion.tpl mit einem eigenem Theme zu überschreiben. box-basic.tpl und box-product-slider.tpl funktionieren wunderbar, aber bei der box-emotion.tpl wird meine erstelle Datei nicht erkannt.

 

meine box-product-slider
{extends file="parent:frontend/listing/product-box/box-product-slider.tpl"}

{block name="frontend_listing_box_article_description"}
    {$smarty.block.parent}
    {include file="frontend/listing/product-box/lne_variant_color_selection.tpl"}
{/block}

meine box-emotion
{extends file="parent:frontend/listing/product-box/box-emotion.tpl"}

{block name="frontend_listing_box_article_name"}
    {$smarty.block.parent}
    {include file="frontend/listing/product-box/lne_variant_color_selection.tpl"}
{/block}

 

Keine Ahnung warum, aber da ich mein Theme per Plugin ausliefere hab ich jetzt separat das Template Directory im Event Enlight_Controller_Action_PostDispatchSecure_Widgets registriert. Dachte das fällt bei eigenen Themes weg. Egal :slight_smile: