sanyo13 Posted February 10, 2014 Share Posted February 10, 2014 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 More sharing options...
NemoPS Posted February 10, 2014 Share Posted February 10, 2014 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 More sharing options...
sanyo13 Posted February 10, 2014 Author Share Posted February 10, 2014 The first one works fine! thanks The second is not working Link to comment Share on other sites More sharing options...
NemoPS Posted February 10, 2014 Share Posted February 10, 2014 What do you mean by it's not working? Try recompiling files and deleting cache Link to comment Share on other sites More sharing options...
sanyo13 Posted February 10, 2014 Author Share Posted February 10, 2014 (edited) ahh sorry i missunderstood Its fine to thanks a lot Edited February 10, 2014 by sanyo13 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now