Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to display Sub Category header image when sub category selected?


Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...