LordPG Posted November 11, 2008 Share Posted November 11, 2008 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 More sharing options...
Guest Posted November 11, 2008 Share Posted November 11, 2008 The code is in each file for the respective page Link to comment Share on other sites More sharing options...
LordPG Posted November 11, 2008 Author Share Posted November 11, 2008 Thanks, I'll look for it. Link to comment Share on other sites More sharing options...
LordPG Posted November 12, 2008 Author Share Posted November 12, 2008 Hi, I did what you said, but the clip art is not in the file for each page. I to edit the page of "What's New Here" and there is no clip art code, etc there. Link to comment Share on other sites More sharing options...
Guest Posted November 12, 2008 Share Posted November 12, 2008 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 More sharing options...
LordPG Posted November 12, 2008 Author Share Posted November 12, 2008 Ohhh, I found it, thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.