Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please help..


albo

Recommended Posts

Hi everyone

 

I have installed the oscommerce and in my main page on the left top I see the links Top, Catalog

 

I have installed it in www.mysite.com/catalog

 

Now: when I click on the link top it goes to www.mysite.com I want it to go to mysite.com/catalog same at when clicking on catalog..

 

Anyone knows where to change that

 

Thank you

Link to comment
Share on other sites

You would do better to remove it - in /includes/application_top.php comment or remove:

 

  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

to change it as you ask:

 

   $breadcrumb->add(HEADER_TITLE_TOP, tep_href_link(FILENAME_DEFAULT));

 

Matti

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...