Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Information Panel


David Pook

Recommended Posts

Guys....

 

The information panel on the left hand side of the screen (at the bottom on a fresh installation) is what i am referring to:

 

Please..... how can i change the text of one of these options, ie: "Conditions of use" ?

 

Which file do i need to edit or is this done in the Admin panel ?... I looked there, but couldnt find anything at all for changing the wording. :'(

 

Many thanks in advance for your help.....and can i just say.....this is an amazing piece of software..... excellent work by the community. :D

Link to comment
Share on other sites

Hi David,

 

Welcome to OSC.

 

If you look in catalog/includes/languages/english you will find the file names conditions.php

 

Respectivley you will find privacy.php and shipping.php

 

Mark

Lifes a bitch, then you marry one, then you die!

Link to comment
Share on other sites

Hi David,

 

Welcome to OSC.

 

If you look in catalog/includes/languages/english you will find the file names conditions.php

 

Respectivley you will find privacy.php and shipping.php

 

Mark

 

Thank you for your help.

 

I found the file....made the adjustments as you can see.

<?php
/*
 $Id: conditions.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2002 osCommerce

 Released under the GNU General Public License
*/

define('NAVBAR_TITLE', 'Security');
define('HEADING_TITLE', 'Security');

define('TEXT_INFORMATION', 'Put here your Conditions of Use information.');
?>

 

HOWEVER........ Although the heading changed to Security, the information panel still remained with the text of Conditions of use. I expected this to change to Security ? :'(

 

Am i doing the right thing ?.....do you know the Information Panel i am talking about which includes these text's on a new install:

 

 

Shipping & Returns

Privacy Notice

Conditions of Use

Contact Us

 

I would like to change some of the names here.

 

Thanks again for the welcome and I will definately be a regular here.... :D

Link to comment
Share on other sites

Now you need to change: define('BOX_INFORMATION_CONDITIONS',

 

To change the text on that page:

/catalog/includes/languages/english/conditions.php

and likewise for:

privacy.php

contact.php

shipping.php

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...