Jump to content

Productscategory not full product name


Recommended Posts

Open your category.tpl file (located in your theme folder)

 

Change both bold 120 numbers below to desired length (e.g. 180)

 

 

<!--Category Mod-->

{if $category->description}

<div class="cat_desc">

{if strlen($category->description) > 120}

<div id="category_description_short">{$category->description|truncate:120}</div>

<div id="category_description_full" style="display:none">{$category->description}</div>

 

Backup your shop before editing any files.

Link to comment
Share on other sites

×
×
  • Create New...