noxas Posted April 16, 2008 Posted April 16, 2008 hi, i wanted to add an image to the front of the shop in place of the new products section, but i now want to place it above the 'intro' text.... how would i go about doing that? i used this technique to replace the new products section with an image: In catalog/index.php find: <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> replace with: <td><?php echo tep_image(DIR_WS_IMAGES . 'yourstaticimage.gif','your alt text'); ?></td> upload image to images folder
Recommended Posts
Archived
This topic is now archived and is closed to further replies.