Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Title


mrahman

Recommended Posts

Posted

Dear sir/madam,

G'day. I install osCommerce for my web site www.bengaltrader.com

I want to change title so please can you tell me where from i can change the web title?

 

Kind regards

Mahbub rahman

Posted

In catalog/includes/languages/english.php (or your language) look for:

define('TITLE', 'osCommerce');

 

The_Bear

Posted

you might want to checkout wiki.oscommerce.com/docs for any simple mods you would like to do in your shop..

 

hth

 

digi

*Outlined in chalk everone looks the same*

 

Currently useing OSC 2.2 MS1

running on Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_jk/1.2.0 mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b

Posted

Check and modify the next files, I did it myself:

header.php

english.php

stylesheet.css

footer.php

english/index.php

index.php

Posted

Dear all,

Thank you for your kind helping.

I lunch the oscommerce just 7 days ago. and i want to chage also footer 07November2003, from where i can change the date, I want put here new date like when days i lunch the program the same date.

 

Please help me.

 

Kind regards

mahbub rahman

  • 2 weeks later...
  • 6 months later...
Posted

I found that constant, in that spot and its already changed to my business name, but I don't see my business name in the web page.

 

I am also trying to figure out how to change the text on some of the other screens, like the privacy screen and I am not able to find the existing text in the .php files. They should be visible in a text editor?

 

In catalog/includes/languages/english.php (or your language) look for:
define('TITLE', 'osCommerce');

 

The_Bear

Posted
I found that constant, in that spot and its already changed to my business name, but I don't see my business name in the web page.

 

you won't see that particular text IN the web page, it will show as the browser page title. to change the heading titles, you can do this in the catalog/includes/languages/english.php file.

 

I am also trying to figure out how to change the text on some of the other screens, like the privacy screen and I am not able to find the existing text in the .php files.  They should be visible in a text editor?

 

to change the page texts you need to go to:

 

catalog/includes/languages/english (or whichever language you are using)

 

and then select the relevant php file.

 

for example, if you wish to change the text on the privacy page, find the privacy.php file in the folder specified above and find the following code:

 

define('TEXT_INFORMATION', 'Put here your Privacy Notice information.');

 

change the text in blue to what you wish your page to display.

Archived

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

×
×
  • Create New...