Jump to content

Delete text "List of products by manufacturer"


Recommended Posts

Hello

 

Please can anybody tell me how i can take away the text "List of products by manufacturer"

that appears on top of the manufacturer list page.

I want only the manufacturers name to be displayd.

 

please see attached picture

 

I use prestashop 1.5.6.0

post-718236-0-83058000-1396368385_thumb.jpg

Link to comment
Share on other sites

Good morning

 

I suppose the easiest way to do this would be by going to:

 

public_html/Your Shop/themes/default/manufacturer.tpl

 

And {*Comment Out*} around line 31

 

{include file="$tpl_dir./breadcrumb.tpl"}
 
{include file="$tpl_dir./errors.tpl"}
 
{if !isset($errors) OR !sizeof($errors)}
{*<h1>{l s='List of products by manufacturer'} {$manufacturer->name|escape:'htmlall':'UTF-8'}</h1>*}
{if !empty($manufacturer->description) || !empty($manufacturer->short_description)}
<div class="description_box">
{if !empty($manufacturer->short_description)}
<p>{$manufacturer->short_description}</p>
<div class="hide_desc">{$manufacturer->description}</div>
<a href="#" class="lnk_more" onclick="$(this).prev().slideDown('slow'); $(this).hide(); return false;">{l s='More'}</a>
{else}
<p>{$manufacturer->description}</p>
{/if}
</div>
 
Paul
Edited by Paulito (see edit history)
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...