Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Nav Links


Guest

Recommended Posts

Posted

Can anyone tell me what page I can change the "Top" link in the index.php page? I am trying to change it to go to my home page instead of the catalog page.

 

Thanks for any help... :'(

 

Mike

Posted
Can anyone tell me what page I can change the "Top" link in the index.php page? I am trying to change it to go to my home page instead of the catalog page.

 

Thanks for any help... :'(

 

Mike

 

Hi im no php programmer but i did manage to do this on my site

http://www.turnedwood.co.uk/catalog/

 

you need to go catalog//includes/languages and edit the english.php file and look for this

 

// 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 Page'); (change top to home as i have )

define('HEADER_TITLE_CATALOG', 'Catalog');

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

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

Posted
Hi im no php programmer but i did manage to do this on my site

http://www.turnedwood.co.uk/catalog/

 

you need to go catalog//includes/languages and edit the english.php file and look for this

 

// 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 Page'); (change top to home as i have )

define('HEADER_TITLE_CATALOG', 'Catalog');

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

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

 

 

Hi Thanks for the respose. I did that already, but the link goes to somewhere other than my home page as I used this cart for another website at one time. http://kritterhut.com/shop I am trying to change the link itself.

 

Mike

Archived

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

×
×
  • Create New...