Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change "Top & Catalog" on Header - won't change


Guest

Recommended Posts

Posted

Here is a sample from my english.php file

 

// 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', 'Shopping');

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

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

 

Both Bolded statements are the changes I have made - however they haven't changed on my home page?

 

Could it be because I intially installed into the root - made modifications & then reinstalled into a "shop" folder & copied english.php over. This file lives under "/includes/languages"

 

Is this referenced elsewhere??? Any help would be appreciated

 

Thanks

Scott

Posted
Here is a sample from my english.php file

 

// 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', 'Shopping');

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

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

 

Both Bolded statements are the changes I have made - however they haven't changed on my home page?

 

Could it be because I intially installed into the root - made modifications & then reinstalled into a "shop" folder & copied english.php over. This file lives under "/includes/languages"

 

Is this referenced elsewhere??? Any help would be appreciated

 

Thanks

Scott

 

You need to go to catalog/admin/includes/applications_top.php

 

Find this line

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

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

 

and change it there

Posted

One of two things - either you uploaded your file to the wrong directory, or server permissions require you to delete the old file before uploading the new.

 

You DONT need to edit application_top.php

 

 

Sonia

Archived

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

×
×
  • Create New...