SHIROKO Posted September 4, 2014 Share Posted September 4, 2014 Hello everyone, I have only "More" link to display full category description, but when the category description has been displayed, I don't have the link at the end to fold / hide description. How would I add that link please ? I believe it's in category.tpl, but I have no idea what to add ... {if $scenes} <div class="content_scene"> <!-- Scenes --> {include file="$tpl_dir./scenes.tpl" scenes=$scenes} {if $category->description} <div class="cat_desc rte"> {if Tools::strlen($category->description) > 350} <div id="category_description_short">{$description_short}</div> <div id="category_description_full" class="unvisible">{$category->description}</div> <a href="{$link->getCategoryLink($category->id_category, $category.link_rewrite)|escape:'html':'UTF-8'}" class="lnk_more" title="{l s='More'}">{l s='More'}</a> {else} <div>{$category->description}</div> {/if} </div> {/if} </div> {else} Thanks in advance ! Link to comment Share on other sites More sharing options...
SHIROKO Posted September 7, 2014 Author Share Posted September 7, 2014 Any up ? I'm I the only one willing or missing this feature ? Link to comment Share on other sites More sharing options...
vekia Posted September 7, 2014 Share Posted September 7, 2014 what prestashop version you use ? what theme ? Link to comment Share on other sites More sharing options...
SHIROKO Posted September 7, 2014 Author Share Posted September 7, 2014 what prestashop version you use ? what theme ? sry about that : PS 1.6.0.9 theme : http://livedemo00.template-help.com/prestashop_50127/ rgds Link to comment Share on other sites More sharing options...
ukbaz Posted July 31, 2019 Share Posted July 31, 2019 I have the same issue - anyone done it? 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