Guest Posted May 29, 2004 Posted May 29, 2004 Ok, I want to change the title of my page from oscommerce to my company name. I know that there's a spot to do it, but I just can't figure it out. I'm sure that everyone knows where it is but me! Thanks for the help!
GraphicsGuy Posted May 29, 2004 Posted May 29, 2004 Is this what you are looking for: http://wiki.oscommerce.com/docsCatTextLogo Rule #1: Without exception, backup your database and files before making any changes to your files or database. Rule #2: Make sure there are no exceptions to Rule #1.
Guest Posted May 29, 2004 Posted May 29, 2004 It's in your Admin area. (no need to edit any code) Just insert your company name in the Store Name field in: Admin > Configuration > My Store > Store Name :lol:
stevel Posted May 29, 2004 Posted May 29, 2004 There are two places you want to change. The title string is this line in includes/languages/english.php: define('TITLE', 'osCommerce'); If you want to change the graphic that appears on each page, find the following code in includes/header.php: <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> and change the name of the image file to your own as well as the alt tag text ('osCommerce' here). Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description
GraphicsGuy Posted May 29, 2004 Posted May 29, 2004 Oops. I misunderstood the question. Rule #1: Without exception, backup your database and files before making any changes to your files or database. Rule #2: Make sure there are no exceptions to Rule #1.
stevel Posted May 30, 2004 Posted May 30, 2004 Maybe not. All of our answers applied to some aspect of the question. Usually people mean what shows up in the web browser, but Mikey touched on another area that needs customization. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description
starcad Posted May 30, 2004 Posted May 30, 2004 Thanks Steve, I've changed that before in another store setup but have been looking for that answer for several days now.
241 Posted May 30, 2004 Posted May 30, 2004 No one should need to look far for that answer as it is asked on a daily basis a search would find the answer in no time No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.