Hallo! Wir haben für unsere Kategorien Einkaufswelten erstellt und würden gerne unter diesen das normale Artikellisting einfügen. Die Datei dürfte doch eigentlich im default/listing/listing.tpl liegen, oder? [code] {* Promotion *} {include file=‚frontend/listing/promotions.tpl‘ sTemplate=$sTemplate} {* Sorting and changing layout *} {block name=„frontend_listing_top_actions“} {if !$sOffers} {include file=‚frontend/listing/listing_actions.tpl‘ sTemplate=$sTemplate} {/if} {/block} {* Supplier filter *} {block name=„frontend_listing_list_filter_supplier“} {if $sSupplierInfo}
{if $sSupplierInfo.image} {else}
{se name=‚ListingInfoFilterSupplier‘}{/se} {$sSupplierInfo.name}
{/if}
{se name=‚ListingLinkAllSuppliers‘}{/se}
{/if} {/block} {* Hide actual listing if a promotion is active *} {if !$sOffers}
{block name=„frontend_listing_list_inline“} {* Actual listing *} {foreach $sArticles as $sArticle} {include file=„frontend/listing/box_article.tpl“ sTemplate=$sTemplate lastitem=$sArticle@last firstitem=$sArticle@first} {/foreach} {/block}
{/if} {* Paging *} {block name=„frontend_listing_bottom_paging“} {include file=‚frontend/listing/listing_actions.tpl‘ sTemplate=$sTemplate} {/block} [/code] Wir haben den roten Teil einfach rausgelöscht, da er ja eigentlich dafür verantwortlich sein sollte, dass bei einer Einkaufswelt das Artikellisting ausgeblendet wird. Es ändert sich jedoch nichts: [color=red]{* Hide actual listing if a promotion is active *} {if !$sOffers}
{block name=„frontend_listing_list_inline“} {* Actual listing *} {foreach $sArticles as $sArticle} {include file=„frontend/listing/box_article.tpl“ sTemplate=$sTemplate lastitem=$sArticle@last firstitem=$sArticle@first} {/foreach} {/block}
{/if}[/color] Weiß jemand vielleicht wo der Denkfehler ist? Danke im voraus. Mike