Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing "Top" Link in navigation


webmire

Recommended Posts

Posted

Hi all,

I am rather new to php....but so far it has been very easy to work with. :)

 

My current problem is that the navigation link named "Top >>" (that resides at the top of the page where the breadcrumb trail appears) goes to a non-existing page. I can't seem to find where to fix that link. I would like it to go back to my homepage....not the catalog hompage if that is possible.

 

Thanks for any suggestions.....

Posted

Top is set to go to your root homepage; i.e. if your store is www.mydomain.com/catalog, "Top" should link to www.mydomain.com. This is taken from your includes/configure.php file.

Posted

Thanks....that is what I thought....but it doesn't go there....it goes to something that I think is above that....ie instead of mydomain.com it goes to the server of that domain.

Posted

check in configure.php you have

define('HTTP_SERVER', 'www.mydomain.com');

and not anything else

Archived

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

×
×
  • Create New...