johnxl Posted May 7, 2013 Share Posted May 7, 2013 (edited) Hello everyone ! I am back I have got three simply questions! 1.How to remove white chek box from product list page? ______________________________________________________ 2.How to remove categorie image from product list top? I have got categorie with six subcategories! I want to leave images when i pres on top categorie but delete from second page! ______________________________________________________ 3.In product list page next to product image there are only discription! How to add there product name too? _______________________________________________________ Thanks for answers ! Edited May 8, 2013 by johnxl (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 7, 2013 Share Posted May 7, 2013 1. go to preferences -> products and set "0" value for : 2. go to the themes/your_theme/category.tpl and remove the: {if $category->id_image} <div class="align_center"> <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" /> </div> {/if} 3. name is there by default, you don't have it there? maybe name color is black? Link to comment Share on other sites More sharing options...
johnxl Posted May 8, 2013 Author Share Posted May 8, 2013 Yes it was black Thank You very much all solutions was helpful ! Link to comment Share on other sites More sharing options...
vekia Posted May 8, 2013 Share Posted May 8, 2013 Yes it was black Thank You very much all solutions was helpful ! you're welcome :-) When your site will be ready dont forget to share it in test my site section, we are waiting for final versioN! :-) Link to comment Share on other sites More sharing options...
Recommended Posts