Jump to content

Category descriptions


Recommended Posts

Hey Guys!

 

I got some problems.

 

First of all i would remove the "There are no products." from the main categorys.

Like here (http://qautohifi.hu/43-melylada)

 

Secondly, Why It make a short description and a more (bővebben) button in teh category?

Like here (http://qautohifi.hu/130-autospecifikus-kellekek)

 

And the last one almsot the same. I got a more (bővebben) button but the whole text is there even before You press the button. And why It repeat the first world? (Folyamatosan)

Like here (http://qautohifi.hu/176-folyekony-folia)

 

Thanks for the helps :)

Link to comment
Share on other sites

You must edit category.tpl.

 

For the products number, remove this

 

<div class="resumecat category-product-count">
{include file="$tpl_dir./category-count.tpl"}
</div>
 
The second/third, change this:
 
				{if strlen($category->description) > 120}
					<p id="category_description_short">{$category->description|truncate:120}</p>
					<p id="category_description_full" style="display:none">{$category->description}</p>
					<a href="#" onclick="$('#category_description_short').hide(); $('#category_description_full').show(); $(this).hide(); return false;" class="lnk_more">{l s='More'}</a>
				{else}
					<p>{$category->description}</p>
				{/if}

Into this

 

<p>{$category->description}</p>

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...