Publiselect Posted April 6, 2014 Share Posted April 6, 2014 Hello,. I was wondering if there is a modul to show the category description on left column instead the top header as usually , I´ve seen something like that on zal.ando . Thank you. Link to comment Share on other sites More sharing options...
vekia Posted April 6, 2014 Share Posted April 6, 2014 in header.tpl file search for: <div id="left_column" class="column col-xs-12 col-sm-{$left_column_size|intval}">{$HOOK_LEFT_COLUMN}</div> change it to: <div id="left_column" class="column col-xs-12 col-sm-{$left_column_size|intval}"> {if isset($smarty.get.id_category)} {$category->description} {/if} {$HOOK_LEFT_COLUMN} </div> effect: 1 Link to comment Share on other sites More sharing options...
Publiselect Posted April 6, 2014 Author Share Posted April 6, 2014 (edited) Hello Vekia. Many many thanks , I appreciate your help , it works perfectly but in the case that i want to remove the descrption on the main image of category , should I remove it from .css file or .tpl one ? and Is it possible to move de category description on the left column down of others moduls on the left ?? as I show on example picture. regards Edited April 7, 2014 by comprolo (see edit history) Link to comment Share on other sites More sharing options...
guyzmoz Posted December 22, 2014 Share Posted December 22, 2014 up Link to comment Share on other sites More sharing options...
Recommended Posts