Guest Posted February 4, 2003 Posted February 4, 2003 Hey Guys, I have a small problem with my osCommerce. No matter what I do I can't fix this "product listings" image that appears on all my catalog pages. I have tried looking at the code but I cant figure it out. The code doesnt even seem to point to an image. Any help would be appreciated. http://store.fmpunk.com/catalog/default.ph...c4892903b73abc3 This is where I'm having issues. -steve
agtlewis Posted February 4, 2003 Posted February 4, 2003 Well the image is pointing to... http://store.fmpunk.com/catalog/images/ Which means the variable is either null or does not exist. Someone else should be able to tell you what page that is in and how to fix it.
agtlewis Posted February 4, 2003 Posted February 4, 2003 Have you tried to upload a new image in the admin panel?
Guest Posted February 4, 2003 Posted February 4, 2003 I would have except.... I have no idea what the name of that specific pictute is.... ie. button_name? Thanks
Guest Posted February 4, 2003 Posted February 4, 2003 <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> You have a couple of choices. This is the code from catalog/default.php. You can upload a 1x1 transparent gif as a filler or you can remove the section between the second set of <td></td> tags.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.