vampirehunter Posted May 13, 2015 Share Posted May 13, 2015 By default, when sub category header images are added, you can only see them when you click on the main category above it. But if you want to display it when the sub category is selected, Can someone help to point to correct way of displaying the image below the sub category title? thanks Link to comment Share on other sites More sharing options...
ArtcoInc Posted May 13, 2015 Share Posted May 13, 2015 For the Bootstrap version, or the regular version? Malcolm Link to comment Share on other sites More sharing options...
vampirehunter Posted May 13, 2015 Author Share Posted May 13, 2015 For bootstrap Link to comment Share on other sites More sharing options...
De Dokta Posted May 14, 2015 Share Posted May 14, 2015 Hi In index.php look for: <h1><?php echo $catname; ?></h1>Change it to something like: <?php echo tep_image(DIR_WS_IMAGES .$image['categories_image'], $image['categories_image'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT); ?> <h1><?php echo $catname; ?></h1> and you will see the subcategories image, if the subcategory is selected. J.J. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.