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}