Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change the word "top" on main page ?


darryn

Recommended Posts

Posted

Love this script, very easy for a novice like myself.

Can i change the word "Top" to "mydomain.com" I am a novice, but have edited some files, just dont know exactly where/wich file to edit. This the word "top" that is up in the top left corner next to the word "catalog".

Thank You

Posted
Love this script, very easy for a novice like myself.

Can i change the word "Top" to "mydomain.com" I am a novice, but have edited some files, just dont know exactly where/wich file to edit. This the word "top" that is up in the top left corner next to the word "catalog".

Thank You

Look in your english.ph file for this group of lines

 

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

 

 

Change the word Top to whatever you want.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Archived

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

×
×
  • Create New...