hallo zusammen, bin strikt nach dem wiki-tutorial gegangen und habe mir ein eigenes kategorie listing angelegt! http://wiki.shopware.de/_detail_960_444.html ist auch alles wunderbar gegangen. nur im betrieb kommen jetzt ein paar bugs raus. nur weiß ich nicht ob das an „mir“ liegt oder an SW… sobald ich mein listing aktiviere, verschwindet der filter links unter dem kategorie menü. und das neue listing ist leider auch nicht kompatibel zu den einkaufswelten. wenn ich eine einkaufswelt mache und den haken bei „kategorie listing unterhalb der einkaufswelt sichtbar“ rein mache, wird das nicht angezeigt. so wo liegt hier das problem? und hier noch der code den ich bei meinem listing template drin habe: [code]{extends file=‚parent:frontend/index/index.tpl‘} {* Main content *} {block name=‚frontend_index_content‘}
{* Banner *} {block name=„frontend_listing_index_banner“} {if !$sLiveShopping} {include file=‚frontend/listing/banner.tpl‘ sLiveShopping=$sLiveShopping} {/if} {/block} {* Liveshopping *} {block name=„frontend_listing_index_liveshopping“} {include file=‚frontend/listing/liveshopping.tpl‘} {/block} {* Category headline *} {block name=„frontend_listing_index_text“} {include file=‚frontend/listing/text.tpl‘} {/block} {* Change / Logic move to controller *} {if $sCategoryContent.template eq „article_listing_1col.tpl“} {assign var=„sTemplate“ value=„listing-1col“} {assign var=„sBoxMode“ value=„list“} {elseif $sCategoryContent.template eq „article_listing_2col.tpl“} {assign var=„sTemplate“ value=„listing-2col“} {assign var=„sBoxMode“ value=„table“} {elseif $sCategoryContent.template eq „article_listing_3col.tpl“} {assign var=„sTemplate“ value=„listing-3col“} {assign var=„sBoxMode“ value=„table“} {elseif $sCategoryContent.template eq „article_listing_4col.tpl“} {assign var=„sTemplate“ value=„listing“} {assign var=„sBoxMode“ value=„table“} {* Erstelltes Template zu den bestehenden Templates hinzufügen *} {elseif $sCategoryContent.template eq „article_listing_popout_3col.tpl“} {assign var=„sTemplate“ value=„listing-popout-3col“} {assign var=„sBoxMode“ value=„table“} {else} {assign var=„sTemplate“ value=„listing-3col“} {assign var=„sBoxMode“ value=„table“} {/if} {* Listing *} {block name=„frontend_listing_index_listing“} {include file=‚frontend/listing/listing.tpl‘ sTemplate=$sTemplate} {/block} {* Tagcloud *} {block name=„frontend_listing_index_tagcloud“} {include file=‚frontend/plugins/index/tagcloud.tpl‘} {/block}
{/block}[/code]