Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing the writing


Guest

Recommended Posts

hi folks, i'm a bit new the this, having to muck thru as the webmaster has done a runner.

can anyone please tell me in 'school boy' language how do i change the writing on my website, ie the front page and the privicy policies, etc

i know it sounds like i'm a thicky, but i really am still learning.

 

:wacko:

Link to comment
Share on other sites

You should start off by reading Wiki (link in my signature) as well as search through some of the contributions.

 

To change the text around you will need to edit some of the php files. Depending on what wording and where in the store will define what file holds that text.

 

For example the entry to your store can be found here:

catalog/includes/languages/english/index.php

Link to comment
Share on other sites

The front or main page is catalog/includes/languages/english/index.php and the line that you want for the text is

define('TEXT_MAIN', 'xxxxxxxxxxxxxxxxxxxxxxx');

where the xxxx are the text.

 

Privacy policies is catalog/includes/languages/english/privacy.php and the line for that is

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

 

conditions is catalog/includes/languages/english/conditions.php and the line is

define('TEXT_INFORMATION', 'xxxxxxxxxxxxxxxx');

where the xxxxxxxx are the text

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...