Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Links On Front Page


ace21gabriel

Recommended Posts

www.mrairsoft.com is my site and in the top left it says top and links to the main page, is there a way to change that to home? And I also would like to add a column under currencies that says affiliates. Can anyone tell me how to do that? Thanks and have a great day!

Link to comment
Share on other sites

to change where it says 'top' to 'home' go to your includes/languages/english.php file and look around line 55

change

define('HEADER_TITLE_TOP', 'Top');

 

 

to

define('HEADER_TITLE_TOP', 'Home');

 

 

to add something to your right column, look in includes/column_right.php

What? Yeah, I can do that.

Link to comment
Share on other sites

www.mrairsoft.com is my site and in the top left it says top and links to the main page, is there a way to change that to home? And I also would like to add a column under currencies that says affiliates. Can anyone tell me how to do that? Thanks and have a great day!

 

Where would we go to change the actual page that was called for the TOP or HOME ?

I would like to change my test site to NOT go the the actual Domain INDEX file but rather one In a folder below the root ?

 

Thanks

SteveRF

 

I have asked this question before but no one ever replied.... was beginning to wonder if I had asked a very stupid question.

Link to comment
Share on other sites

Where would we go to change the actual page that was called for the TOP or HOME ?

I would like to change my test site to NOT go the the actual Domain INDEX file but rather one In a folder below the root ?

 

Thanks

SteveRF

 

I have asked this question before but no one ever replied.... was beginning to wonder if I had asked a very stupid question.

includes/application_top.php line 466 change where it says HTTP_SERVER to wherever you wanna link to. use the tep_href_link(FILENAME_DEFAULT) link format.

 

 

// include the breadcrumb class and start the breadcrumb trail

require(DIR_WS_CLASSES . 'breadcrumb.php');

$breadcrumb = new breadcrumb;

 

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

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

What? Yeah, I can do that.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...