Jump to content

[solved]How to remove categorie image from product list page?


Recommended Posts

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 !

post-551297-0-81172300-1367934596_thumb.png

Edited by johnxl (see edit history)
Link to comment
Share on other sites

1. go to preferences -> products and set "0" value for :

 

J8QKpuu.png

 

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

Yes it was black :D

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

×
×
  • Create New...