Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I change the link on top?


tienkuec

Recommended Posts

Posted

in includes/catalogue.php change:

  define('HTTP_SERVER', 'https://st134.startlogic.com/'); // eg, http://localhost - should not be empty for productive servers

 

to

 

  define('HTTP_SERVER', 'http://www.tienkue.com/'); // eg, http://localhost - should not be empty for productive servers

Posted

ohw, that still would not solve your top link (it would make all other links show MUCH better)

to solve your "top" link, you need to change in includes/aplication_top.php:

$breadcrumb->add(HEADER_TITLE_TOP, 'https://st134.startlogic.com/' );

to

$breadcrumb->add(HEADER_TITLE_TOP, 'http://www.tienkue.com/' );

Archived

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

×
×
  • Create New...