Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing other default clip art for mine....


LordPG

Recommended Posts

Hi, I managed to change the default My Account, Shopping Cart and Make an Order clip art for mine. However, when you open you shopping cart, go to the shipping/returns page, contact us page, etc, there are still some osCommerce default clip art, usually over your text.

 

Can anyone tell me where to find the codes for this to change them?

 

Thanks!

Link to comment
Share on other sites

As an example:

 

-Open catalog/shipping.php

-Find the following code

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

change to

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'MY_CLIPART_IMAGE.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

naturally replacing MY_CLIPART_IMAGE.gif with the filename of your image (which you've uplaoded to the images folder)

 

Repeat for each file.

 

Simple!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...