Guest Posted February 4, 2008 Posted February 4, 2008 Alrighty, hopefully someone can help me remove these pesty images to the right of the catalog, by the shopping cart, they appear in each category, please tell me how to remove them, thank you so much, also, I want to create a skip account and go right to check out, which mod is best? any help would be greatly appreciated. Thank you
andytc Posted February 4, 2008 Posted February 4, 2008 Alrighty, hopefully someone can help me remove these pesty images to the right of the catalog, by the shopping cart, they appear in each category, please tell me how to remove them, thank you so much, also, I want to create a skip account and go right to check out, which mod is best? any help would be greatly appreciated. Thank you Those images change from page to page. They are all located in the catalog/images folder and are all .gif's 1) replace all the offending gif's with blank (white or trans) images and save them with the same names as the originals 2) make some of your own images. Make them the same size and overwrite the exisiting ones 3) locate the image on each file and delete them or comment them out eg contact us page = catalog/contact.php locate the image code as it appears below - <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_contact_us.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> delete the line - <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_contact_us.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> do this for every page you want the image removed from
Recommended Posts
Archived
This topic is now archived and is closed to further replies.