Jump to content

[solved] How to change short title?


Recommended Posts

Hi

 

Is it possible to change the length of the title in the categories.

 

See pic below, Ideally I would like the short title in the category to display the whole product title rather then cutting it off.

 

Top Pic Products in Category List

 

Bottom Pic Product Title I would like to desplay in category

 

 

la16s.jpg

 

I just need a point in the right direction on how to do this. I presume it is something to do with the theme but i dont know what and where i need to change.

 

Any help is much appriciated.

 

Thanks

 

Chris

Link to comment
Share on other sites

Check the file product-list.tpl in you active theme, search this line below:

<h3>{if isset($product.new) && $product.new == 1}<span class="new">{l s='New'}</span>{/if}<a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'}</a></h3>

In truncate:35, change 35 to XX valor of character you need show, don't forget activate force compile to see the changes, greatings.

  • Like 1
Link to comment
Share on other sites

  • 6 months later...
×
×
  • Create New...