Page 1 of 1
how to remove the category image in the category?
Posted: Mon Aug 03, 2009 5:59 pm
by yuwenlong126
how to remove the category image in the category?
my english is poor, maybe this attachment could explain what i want to modify!
thank you for your help
Re: how to remove the category image in the category?
Posted: Mon Aug 03, 2009 6:17 pm
by readyman
catalog\view\theme\default\template\product\category.tpl
Remove the image from the following code. ie. the img tag.
Code: Select all
<a href="<?php echo $categories[$j]['href']; ?>"><img src="<?php echo $categories[$j]['thumb']; ?>" title="<?php echo $categories[$j]['name']; ?>" alt="<?php echo $categories[$j]['name']; ?>" style="margin-bottom: 3px;" /></a><br />
Re: how to remove the category image in the category?
Posted: Mon Aug 03, 2009 8:01 pm
by yuwenlong126
so thanks ,readyman, you are a good man , always is ready for helping new commers!