Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP- with Banner And Home Page


Atcomputers

Recommended Posts

Posted

Ok, i am new to oscommerce, and i wanted to know how to replace the Oscommerce banner ( Its in teh upper left hand) With a banner of my own. Also, i wanted to know how to change the writing on my front page. The part where it says something like " All products purchased here are an example of a....." With a text of my own. I am using the newest release, and a friend told me it was an unstable version. If so, is there a place where i can get a stable version? Also, is it possible to change the layout type, to a layout of my choice? Thanks for people who take time to help me out and respond :D

Posted

For the logo look in catalog/includes/header.php for:

<?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?>

Change the oscommerce.gif for your images and dont forget to upload your image in the images folder

 

For the text, if you read the whole page it will tell you what file to edit

 

And this document will answer most of your questions

 

The_Bear

Posted

Yippee! I managed to change the osCommerce logo to my logo-banner, thanks to this answer. Following the same logic I assumed that I could change the copyright mention at the bottom of the page in footer.php, but that doesn't seem to be the case.

 

I've already tried to search for it on the documentation site without success. Can anybody tell me how to do this please?

 

Thanks,

RojanUK

Archived

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

×
×
  • Create New...