Sam-Matthews Posted February 19, 2010 Posted February 19, 2010 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>
airbrushmaster Posted February 19, 2010 Posted February 19, 2010 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.'); ?>
Guest Posted February 19, 2010 Posted February 19, 2010 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
Sam-Matthews Posted February 19, 2010 Author Posted February 19, 2010 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
Sam-Matthews Posted February 19, 2010 Author Posted February 19, 2010 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
♥mdtaylorlrim Posted February 19, 2010 Posted February 19, 2010 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...?
Sam-Matthews Posted February 19, 2010 Author Posted February 19, 2010 need your email to send it Email was sent! Many Thanks
airbrushmaster Posted February 19, 2010 Posted February 19, 2010 sent but you could of used the one on here
Sam-Matthews Posted February 20, 2010 Author Posted February 20, 2010 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 ??
airbrushmaster Posted February 20, 2010 Posted February 20, 2010 you must have it setup wrong in admin
Sam-Matthews Posted February 20, 2010 Author Posted February 20, 2010 so can u tell me how can i fix it ?
airbrushmaster Posted February 20, 2010 Posted February 20, 2010 you just login admin and make sure you email is setup right
Recommended Posts
Archived
This topic is now archived and is closed to further replies.