I am currently creating a jewellery site using open cart and modifying the template with no problems, but when selecting a catagory I want a small banner/header image to appear at the top of the centre div that is relevant to that catagory. For example if Bracelets are selected there is an image /banner displayed at the top of the div and the products below, and so on for each catagory. I have already created the div in "Catagory.tpl" to contain this banner and it all works ok but not sure how to code it to get the effect i want, if it is an effect that is possible.
Code: Select all
<?php echo $header; ?><?php echo $column_left; ?><?php echo $column_right; ?>
<div id="content">
<div class="banner1 "><?php echo $heading_title; ?></div>
<div class="middle">
Thanks in Advance
Chris