Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Editing Home Link at Header..


tubarao21

Recommended Posts

Posted

Hi there.

I know the subject of this e-mail has been talked over and over, but i can't find anything similar.

 

Well, i have a redirected store. (www.mydomain.com/mystore).

Any time i click 'Home' in that breadcrumb in Header, it takes me to my domain. If i click Catalog, it's ok, i'll go to my store.

So, the idea is to remove 'Home' and leave Catalog. Or at least edit the link.

 

 

There's just another thing i want to change :). When i click the link 'click to enlarge' the image of a product. it stays the same. Where can i change this?

 

 

Thanks a lot ;)

Posted

includes/application_top.php, around line 466 change:

 

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

to this:

 

//$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

Vger

Archived

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

×
×
  • Create New...