Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Logo Link Address


mes

Recommended Posts

Posted

Hey Guys, Just wondering where I can change the link address for my logo. It currently points to the catalog/index.php I want it to link elsewhere.

 

Thanks for the help...

 

mes

Posted
Hey Guys, Just wondering where I can change the link address for my logo. It currently points to the catalog/index.php I want it to link elsewhere.

 

Thanks for the help...

 

mes

 

Here is the link in your includes/header.php file

 

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

 

 

Change the FILENAME_DEFAULT to something else

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

cheers ozcsys, i have placed the following peice of code over the origional but it isn't changing. Could it be that I am using STS Templates?

 

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

 

Cheers Guys

 

mes

Posted
cheers ozcsys, i have placed the following peice of code over the origional but it isn't changing. Could it be that I am using STS Templates?

 

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

 

Cheers Guys

 

mes

 

Yes that is the problem look for the same piece of code in your includes/sts_display_output.php file

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

Sorted it just put the '../../index.htm' in quotes, and with sts it is in the sts__display_output file.

 

Thanks Guys

 

mes

Posted

Replyed at the same time ozc:-) Wasn't just stating the obvious.

 

thanks man.

 

mes

Archived

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

×
×
  • Create New...