stalkert Posted December 24, 2004 Posted December 24, 2004 Hi there, When I click on a category at my webshop I get the productlist of the category, at the right of the pageheading I get a small image of the category (this is the oscommerce default) This is what I want: Below (not at the right side) the pageheading of this productlist I want the category picture in a different size (for example 400px width and an proportional height). How can I do this? Is there a contribute for?
stalkert Posted December 24, 2004 Author Posted December 24, 2004 Very strange.. I thaught I found the place which I have to modify. index.php When I get this code: ? ? ? ? ? <tr> ? ? ? ? ? ?<td class="pageHeading"><?php echo HEADING_TITLE; ?></td> ? ? ? ? ? ?<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> And change it to this (for example) <tr> ? ? ? ? ? ?<td class="pageHeading"><?php echo HEADING_TITLE; ?></td> ? ? ? ? ? ?<td class="pageHeading" align="right>TEST</td> </tr> Nothing happens???? Is this the right place?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.