Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where are the dimensions for the categories stored?


bigbob2

Recommended Posts

I am trying to make my images larger on the categories (the images for sub categories) but I can't seem to find where I can change it.  I have been through the configurations-images in the admin but I can't see anything that looks like it.

 

Cheers

Kev

Link to comment
Share on other sites

@@bigbob2

 

The line of code which controls the sub category images is in the index.php

      echo '    <a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '</a>';

and in admin>configuration>images look for

 

Subcategory Image Width & Subcategory Image Height

 

The above is based on 2.3.4BS version but should be the same

 

Mark

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...