Der gesamte Balken für die Einstellung der Ansichtssortierung ist im meiner Shoplösung nicht nötig und stört mich eher.
Kann ich aus der index.tpl meiner Themes diesen Code ohne Probleme entfernen:
{if $sCategoryContent.productBoxLayout !== null && $sCategoryContent.productBoxLayout !== 'extend'}
{$productBoxLayout = $sCategoryContent.productBoxLayout}
{/if}
{/block}
{* Listing *}
{block name="frontend_listing_index_listing"}
{include file='frontend/listing/listing.tpl'}
{/block}
{* Tagcloud *}
{block name="frontend_listing_index_tagcloud"}
{if {config name=show namespace=TagCloud }}
{action module=widgets controller=listing action=tag_cloud sController=listing sCategory=$sCategoryContent.id}
{/if}
{/block}
Dort würde ich gerne den ganzen Blog { * Listing entfernen *} ? Ist das eine gute Idee? Vieleicht hatte jemand eine ähnliche Idee und auch eine Lösung.
Danke, Katasun