Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Name at the top of site


Guest

Recommended Posts

Posted

Sorry if this is obviouse, but I can't find it...tried the banner manager and got the company info at the bottom of the page...now I need to put Logo or name at the top instead of the Oscommerce link.

 

 

 

 

Not a programmer but starting to be impressed with the flexibility of oscommerce.

although I find moving around the php rather difficult. If I set up a test server and use Dreamweaver MX would I be able to get a map abit like you used to get with straight HTML and hyperlinks :thumbsup:

Posted
Sorry if this is obviouse, but I can't find it...tried the banner manager and got the company info at the bottom of the page...now I need to put Logo or name at the top instead of the Oscommerce link.

Not a programmer but starting to be impressed with the flexibility of oscommerce.

although I find moving around the php rather difficult. If I set up a test server and use Dreamweaver MX would I be able to get a map abit like you used to get with straight HTML and hyperlinks  :thumbsup:

 

In your includes/header.php file look for the following and change to your info

 

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

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
In your includes/header.php file look for the following and change to your info

 

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

 

 

:rolleyes: Brilliant thanks, found it, done it and it works

Posted
:rolleyes: Brilliant thanks, found it, done it and it works

 

No problem glad to be of help.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Archived

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

×
×
  • Create New...