Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

homepage


mnjhost

Recommended Posts

Posted

sorry I am new to all of this and this maybe a dumb question. But here it is :D

I have setup the online shop fine and all works a treat, but how do I change the fron page? i.e add logo and chage all of the text? ;)

cheers all

 

from a newbie :(

Posted

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

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

change oscommerce for your image and upload image in the images folder

 

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

 

The_Bear

Posted

Hi,

not sure what you mean top banner?

But I changed the items and it worked ;)

But I am interested in what you mean, please expand on this..

Cheers Bear, for you help :D

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

How about set the w= and h= on that line?

Archived

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

×
×
  • Create New...