Admin - Configuration - Images - Subcategory Image Height - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Images - Subcategory Image Height - Catalog
/path/to/your/shop/includes/modules/category_row.php
Line #38 : 'text' => '<a href="' . zen_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . zen_image(DIR_WS_IMAGES . $categories->fields['categories_image'], $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br />' . $categories->fields['categories_name'] . '</a>'); |