# Kategorie-Listing ist weg

**URL:** https://forum.shopware.com/t/kategorie-listing-ist-weg/29428
**Category:** Shopware 3.5
**Tags:** themes--design
**Created:** [7. August 2015 um 09:44 UTC](https://forum.shopware.com/t/kategorie-listing-ist-weg/29428 "2015-08-07T09:44:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![codefritz](https://avatars.discourse-cdn.com/v4/letter/c/bc79bd/32.png) [@codefritz](https://forum.shopware.com/u/codefritz)
#### Post date: [7. August 2015 um 09:44 UTC](https://forum.shopware.com/t/kategorie-listing-ist-weg/29428/1 "2015-08-07T09:44:19Z")

</div>

Hallo, meine linke Kategorieliste ist plötzlich verschwunden. Wie und wo kann das passieren, bzw. wie kann ich überprüfen dass im Template kein Fehler ist? Ich nehme an diese wird in /listing/index.tpl eingebunden…da scheint aber alles korrekt zu sein, zumindest finde ich keine Fehler: [code] {extends file=‘frontend/index/index.tpl’} {block name=‘frontend\_index\_header’} {include file=‘frontend/listing/header.tpl’} {/block} {\* 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’} {\* Topseller slider \*} {block name=“frontend\_listing\_index\_topseller”} {if !$hasEmotion && !$sSupplierInfo && {config name=topSellerActive}} {\* {action module=widgets controller=listing action=top\_seller sCategory=$sCategoryContent.id} \*} {/if} {/block} {/block} {\* Change / Logic move to controller \*} {if $sCategoryContent.template eq “article\_listing\_1col.tpl”} {assign var=“sTemplate” value=“list”} {assign var=“sBoxMode” value=“list”} {else} {assign var=“sTemplate” value=“table”} {assign var=“sBoxMode” value=“table”} {/if} Sie können hier bequem ausgewählte Produkte aus unserem Sortiment bestellen und direkt zu Ihnen liefern lassen.  
Zur Nutzung des Online-Shops müssen Sie sich einmalig registieren und von uns freigeschaltet werden. Nach erfolgreicher Freischaltung erhalten Sie von uns eine Email mit den Zugangsdaten.  
Anschließend bekommen Sie das Sortiment angezeigt. **[Zur Händlerfreischaltung.](http://www.faerber-online.de/shop/registerFC/index/sValidation/H)**

Sind Sie bereits registriert bei uns, dann melden Sie sich bitte hier an: [**Händler-Login!**](http://www.faerber-online.de/shop/account)

**Hinweis:** Das Warenangebot in unserem Online-Shop richtet sich ausschließlich an Käufer, die das 18. Lebensjahr vollendet haben und als Unternehmer im Sinne des § 14 Abs. 1 BGB anzusehen sind. Unser Warenangebot richtet sich nicht an private Kunden!!

listing inc in index listing {debug} {block name=“frontend\_listing\_index\_listing”} {include file=‘frontend/listing/listing.tpl’ sTemplate=$sTemplate} {if $sCategoryContent.parent != 1 && ! $showListing && !$sSupplierInfo}

[{s name=“ListingActionsOffersLink”}Weitere Artikel in dieser Kategorie{/s}]({url controller=‘cat’ sPage=1 sCategory=$sCategoryContent.id})

&nbsp;  
{/if} {/block} ende {\* Listing \*} {block name=“frontend\_listing\_index\_listing”} {include file=‘frontend/listing/listing.tpl’ sTemplate=$sTemplate} {if $sCategoryContent.parent != 1 && ! $showListing && !$sSupplierInfo} [{s name=“ListingActionsOffersLink”}Weitere Artikel in dieser Kategorie{/s}]({url controller=‘cat’ sPage=1 sCategory=$sCategoryContent.id}) {/if} {/block} {\* Tagcloud \*} {block name=“frontend\_listing\_index\_tagcloud”} {if $sCloudShow} {action module=widgets controller=listing action=tag\_cloud sCategory=$sCategoryContent.id} {/if} {/block} {/block} {\* Sidebar right \*} {block name=‘frontend\_index\_content\_right’}{/block} {\* Trusted shops logo \*} {block name=‘frontend\_index\_left\_trustedshops’} {block name=“frontend\_listing\_left\_additional\_features”} {include file=“frontend/listing/right.tpl”} {/block} {if {config name=TSID}} {include file=‘frontend/plugins/trusted\_shops/logo.tpl’} {/if} {/block} {\* Hide listing if we’re having a emotion here \*} {block name=“frontend\_listing\_list\_inline”} {if $showListing} {$smarty.block.parent} {/if} {/block} {\* Listing actions top \*} {block name=“frontend\_listing\_top\_actions”} {if $showListing} {$smarty.block.parent} {/if} {/block} {\* Listing actions bottom \*} {block name=“frontend\_listing\_bottom\_paging”} {if $showListing} {$smarty.block.parent} {/if} {/block} {\* Category text \*} {block name=“frontend\_listing\_index\_text”} {if !$hasEmotion && !$sSupplierInfo} {$smarty.block.parent} {/if} {/block} [/code]
