Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

change top to home


garyww

Recommended Posts

Dear all,

I would like the page of Top>>Catalog

to change Top to Home. How can i change it .

 

thanks to let me know

There is actually an add on called top to home that can explain it.

Link to comment
Share on other sites

Perhaps you should click here to see yesterday's reply where your question was answered the first time.

 

It leaves bad feelings if you ask a question again when someone has taken the trouble to reply to you already.

It is also against forum rules! If you don't understand the reply, just put another reply/question in the SAME thread.

Link to comment
Share on other sites

Find this in catalog\includes\languages\english.php

// header text in includes/header.php

define('HEADER_TITLE_CREATE_ACCOUNT', 'Create an Account');

define('HEADER_TITLE_MY_ACCOUNT', 'My Account');

define('HEADER_TITLE_CART_CONTENTS', 'Cart Contents');

define('HEADER_TITLE_CHECKOUT', 'Checkout');

define('HEADER_TITLE_TOP', 'Top');

define('HEADER_TITLE_CATALOG', 'Catalog');

define('HEADER_TITLE_LOGOFF', 'Log Off');

define('HEADER_TITLE_LOGIN', 'Log In');

 

and change to

 

// header text in includes/header.php

define('HEADER_TITLE_CREATE_ACCOUNT', 'Create an Account');

define('HEADER_TITLE_MY_ACCOUNT', 'My Account');

define('HEADER_TITLE_CART_CONTENTS', 'Cart Contents');

define('HEADER_TITLE_CHECKOUT', 'Checkout');

define('HEADER_TITLE_TOP', 'Home');

define('HEADER_TITLE_CATALOG', 'Catalog');

define('HEADER_TITLE_LOGOFF', 'Log Off');

define('HEADER_TITLE_LOGIN', 'Log In');

Link to comment
Share on other sites

Perhaps you should click here to see yesterday's reply where your question was answered the first time.

 

It leaves bad feelings if you ask a question again when someone has taken the trouble to reply to you already.

It is also against forum rules! If you don't understand the reply, just put another reply/question in the SAME thread.

Hi Andy

 

You are right. If I had realised, I would not have bothered. Looks like another vampire is being created.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...