Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving Images On Front Page?


noxas

Recommended Posts

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...