metalice Posted December 5, 2011 Share Posted December 5, 2011 hi, i would like to do 2 things. 1. to del the "there is no product" line , from the category page , but i think its confusing , as you can see in the screen shot. 2. i want to delete the image that inside the sub category. but i still want it to be shown as a sub category image when you are in the category page. thanks Matan Link to comment Share on other sites More sharing options...
metalice Posted December 5, 2011 Author Share Posted December 5, 2011 any1? help please? Link to comment Share on other sites More sharing options...
Kerm Posted December 5, 2011 Share Posted December 5, 2011 1) find that word in translate tab in BO and delete. 2) Hide using CSS, look what class/id have image or <div> and hide that image/block. Link to comment Share on other sites More sharing options...
metalice Posted December 6, 2011 Author Share Posted December 6, 2011 Hi Kerm, thanks. the 1 first problem i solved with the translation tab. Great! about what you wrote on number 2 , im not fully understand so if you can try explain again , like which files to edit and etc it will be much appreciated. thanks!!! Link to comment Share on other sites More sharing options...
metalice Posted December 6, 2011 Author Share Posted December 6, 2011 any1?? help?? pleaaasee Link to comment Share on other sites More sharing options...
metalice Posted December 8, 2011 Author Share Posted December 8, 2011 still didn't manage to change it... can some1 please help here? thanks! Link to comment Share on other sites More sharing options...
metalice Posted December 8, 2011 Author Share Posted December 8, 2011 i can give up on this guys! i really need your help!! Link to comment Share on other sites More sharing options...
metalice Posted December 9, 2011 Author Share Posted December 9, 2011 bumby.... Link to comment Share on other sites More sharing options...
metalice Posted December 11, 2011 Author Share Posted December 11, 2011 bumbd Link to comment Share on other sites More sharing options...
metalice Posted December 12, 2011 Author Share Posted December 12, 2011 bumbssy Link to comment Share on other sites More sharing options...
metalice Posted December 13, 2011 Author Share Posted December 13, 2011 bumppp Link to comment Share on other sites More sharing options...
markb Posted December 23, 2011 Share Posted December 23, 2011 Hi metalice, I think you want to find and remove the code which looks a like this in category.tpl {else} <!-- Category image --> {if $category->id_image} <div class="align_center"> <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" /> </div> {/if} Link to comment Share on other sites More sharing options...
Recommended Posts