Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the terms and conditions


ryanlum

Recommended Posts

Catalog/includes/languages/english/

 

then choose the file you want to edit, e.g. privacy.php

 

Elaine

 

 

hey guyz.. where do i need to go to change the terms and conditions and the privacy secton that can be found in oscommercE?

"There are only 10 types of people in this world: those who understand binary, and those who don't. "

Link to comment
Share on other sites

hey.. i tried that.. but the text is not displayed

 

i used this.. is it correct?

define('TEXT_MAIN', 'This is a default setupasdsadasd of the osCommerce project...');

 

thx in advance

Link to comment
Share on other sites

My privacy, and conditions are defined as 'TEXT_INFORMATION', perhaps that's your problem. You can check the root directory/privacy.php to see what definition it is looking for.

 

Somewhere not to far after this:

<!-- body_text //-->

 

There will be a line like this:

<td class="main"><?php echo TEXT_INFORMATION; ?></td>

 

If indeed it is TEXT_INFORMATION, just change to that from TEXT_MAIN in your language file. If I recall correctly TEXT_MAIN is called for in index.php!

 

Jeremy

Link to comment
Share on other sites

hey guyz.. where do i need to go to change the terms and conditions and the privacy secton that can be found in oscommercE?

 

 

Here's one sollution that's easier, and comes with instructions! it'll take 5-10 mins to complete. You only have to ftp it into your includes/language/english/conditions.php and or privacy.php

 

http://www.oscommerce.com/community/contri.../search,privacy

 

Otherwise, you'll make yourself nuts typing and creating text. Of course there are others too. That's what is really great about these people. Helping others to help ourselves. Have a happy everyday!

We help each other, to help ourselves!

Aloha Allison!

 

Liken to wrinkles, the many paths of my life not only altered my destiny, but my appearance.

 

Poetry, the artistry of plying ones soul to the empty canvases of life. A vision without sight. A verse without darkness. Lighting each day with a prose of beauty and love.

Link to comment
Share on other sites

The language file (english.php) has the front store text. That's not the one you want, click on the "english folder", and inside there you will find the php files for the text you want to edit, like I said before: conditions.php, privacy.php, etc, those are the ones you want to edit.

 

Elaine

 

hey.. i tried that.. but the text is not displayed

 

i used this.. is it correct?

define('TEXT_MAIN', 'This is a default setupasdsadasd of the osCommerce project...');

 

thx in advance

"There are only 10 types of people in this world: those who understand binary, and those who don't. "

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...