I am using version 1.4 and have a template I am playing with.
On the default template there are icons in the Categories, Cart & Information boxes.
Mine has no icons & I cant work out how to add them.
How are they controlled ?,, which files etc
Thanks
Hi, iangregson
check all your module .tpl at catalog/view/theme/YOURTHEME/template/module
let's open one of them eg category.tpl . In default 140 shown :
Put your image code before <?php echo $heading_title; ?>
don't forget to adjust the div class with your template css
check all your module .tpl at catalog/view/theme/YOURTHEME/template/module
let's open one of them eg category.tpl . In default 140 shown :
Code: Select all
<div class="box">
<div class="top"><img src="catalog/view/theme/default/image/category.png" alt="" /><?php echo $heading_title; ?></div>
<div id="category" class="middle"><?php echo $category; ?></div>
<div class="bottom"> </div>
</div>
don't forget to adjust the div class with your template css
Who is online
Users browsing this forum: No registered users and 1 guest