Rusher
                
              
                
              
                  
                  
              1
              
             
            
              Hallo liebe Community,
wie kann man folgenden Block:
{* Category headline *}
        {block name=“frontend_listing_index_text”}
            {if !$hasEmotion}
                {include file=‘frontend/listing/text.tpl’}
            {/if}
         {/block}
so umschreiben das er den Text aus der Kategorie Seite trotz Einkaufswelt anzeigt?
 
             
            
              
              
              
            
            
           
          
            
            
              Hallo,
hast du mal probiert einfach das if wegzulassen?
Moritz
             
            
              
              
              1 „Gefällt mir“
            
            
           
          
            
              
                Rusher
                
              
              
                  
                  
              3
              
             
            
              Hallo Moritz,
das habe ich schon probiert, hat keine Veränderung gebracht , leider.
             
            
              
              
              
            
            
           
          
            
            
              Hi,
funktioniert in der 5.1.3 problemlos. Vielleicht hast du das Leeren des Caches vergessen? 
		{* Category headline *}
		{block name="frontend_listing_index_text"}
				{include file='frontend/listing/text.tpl'}
		{/block}
Daniel
             
            
              
              
              1 „Gefällt mir“
            
            
           
          
            
              
                Rusher
                
              
              
                  
                  
              5
              
             
            
              Jetzt hat es funktioniert, vielen Dank 