Dynamic image to display based on cat id?
Is there a way to display a graphic image at the top of the products results page based on category id? or this a hack or module somewhere for this already?
I tried the following but it did not work.
<?php
$catheadimage = '<img src="/skin/images/catheadimage' . $cat . '.jpg" width="667" height="270" alt="">';
echo "$catheadimage";
?>
__________________
Xcart 4.0.19
|