Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Conditions of Use Problem ! would u give me a hand ! Thank you


Sam-Matthews

Recommended Posts

Posted

Please somebody tell me what do i do with it now, where can i write my text and can i use html or should i use php.

 

tell me exactly what to do and anther.also if you don't mind telling me how should i start the text and how should i end it... i mean in coding

 

Thanks alot

 

Here is the file i got

	<td class="main"><?php echo TEXT_INFORMATION; ?></td>
		  </tr>
		  <tr>
			<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
		  </tr>
		  <tr>
			<td>

Posted

Hi i think you have the wrong file it should look like this below the file is in includes/languages/english

 

<?php

/*

$Id: conditions.php 1739 2007-12-20 00:52:16Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Conditions of Use');

define('HEADING_TITLE', 'Conditions of Use');

 

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

?>

Posted

Sam,

 

You are trying to edit the wrong file. You will find the language file in catalog>includes>languages>english>conditions.php

 

In this file you will enter your conditions information in the specified area using HTML tags for formatting.

 

 

 

Chris

Posted

Hi i think you have the wrong file it should look like this below the file is in includes/languages/english

 

<?php

/*

$Id: conditions.php 1739 2007-12-20 00:52:16Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Conditions of Use');

define('HEADING_TITLE', 'Conditions of Use');

 

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

?>

 

 

I swear the god that this is the file there :S maybe be i have a wrong file in there so would you please help me. and send me the right file :(

 

Many thanks

Posted

Hi i think you have the wrong file it should look like this below the file is in includes/languages/english

 

<?php

/*

$Id: conditions.php 1739 2007-12-20 00:52:16Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Conditions of Use');

define('HEADING_TITLE', 'Conditions of Use');

 

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

?>

 

 

I swear the god that this is the file there :S maybe be i have a wrong file in there so would you please help me. and send me the right file :(

 

Many thanks

Posted

Don't need to email it. This is the entire file...

<?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', 'Conditions of Use');
define('HEADING_TITLE', 'Conditions of Use');

define('TEXT_INFORMATION', 'Put your conditions here');
?>

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Posted

sent but you could of used the one on here

 

 

Thanks alot i have done it :) Thank you

 

But i have anther problem which is ,,,, when i go to the contact page and send out an email to try if it works i don't receive any thing.... so if this is somebody else so i will not receive it as well.

 

 

don't you know how can i do it ??

Archived

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

×
×
  • Create New...