Guest Posted October 30, 2006 Posted October 30, 2006 Hi All This is probably a very simple one to answer but it's taken me days so far. I want to remove the standard icon code on the product pages. As a picture says 1000 words please see below. For some reason the image isn't appearing anyway properly but I just want to remove the code completley. Thanks for any help
tigergirl Posted October 30, 2006 Posted October 30, 2006 Hi, In admin, under configuration, images - there is an entry for Image Required, set it to false. Hope that does the trick. If images aren't displaying properly, you could alter the sizes in that section too. You need to add your images in admin tool - Catalogue, categories/products, edit -add image. Good luck I'm feeling lucky today......maybe someone will answer my post! I do try and answer a simple post when I can just to give something back. ------------------------------------------------ PM me? - I'm not for hire
Guest Posted October 30, 2006 Posted October 30, 2006 In index.php around lines 288 find <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> remove or comment out the last command in between the <TD>'s tags
Guest Posted October 30, 2006 Posted October 30, 2006 Thanks stu2000 for a quick response I commented out that piece of code as you suggested with no joy. I then looked just above it at similar code around 272 in the index.php file. After commenting out this it worked! Thank you for your help and streering me in the right direction
Recommended Posts
Archived
This topic is now archived and is closed to further replies.