Herstellerseite Artikel Listing deaktivieren?

Hallo,
ich bin dabei die Datei frontend/listing/manufacturer.tpl anzupassen. Welchen Smarty Block muss ich anpassen damit das Artikel Listing und die Leiste “Seite von, Artikel pro Seite” ausgeblendet wird? Im Quelltext sollte es das DIV mit der Klasse listing–wrapper has–sidebar-filter scale-image sein.

 

Code frontend/listing/manufacturer.tpl :

{extends file='parent:frontend/listing/manufacturer.tpl'}

{block name="frontend_listing_listing_content"}
  

      {* Actual listing *}
      {block name="frontend_listing_list_inline"}  
      {/block}
  
{/block}

{block name="frontend_listing_text"}  
  
  
    {* Vendor headline *}
    {block name="frontend_listing_list_filter_supplier_headline"}
    {/block}

    {* Vendor content e.g. description and logo *}
    {block name="frontend_listing_list_filter_supplier_content"}
    {/block}
    
  
  
  
  
    {action module="widgets" controller="emotion" action="index" emotionId="10"}
    
  
{/block}

 

Ansicht listing–wrapper has–sidebar-filter scale-image :
https://ibb.co/cusbAT

 

Das ist deine manufacturer.tpl. Die erbt von der “originalen” manufacturer.tpl. Guck dir mal an wovon die dann erbt.