This is a discussion on Different question same problem with info area within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi, I found this code on a forum $privacy_txt = implode ('', file ('http://<your domain>/privacy_body.txt')); define('TEXT_INFORMATION', $privacy_txt); So I copied ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi, I found this code on a forum $privacy_txt = implode ('', file ('http://<your domain>/privacy_body.txt')); define('TEXT_INFORMATION', $privacy_txt); So I copied my old sites html privacy policy and made a privacy.txt doc and FTP it to my server. It is sitting at mydomain.com/privacy.txt I then changed my privacy at catalog/catalog/includes/languages/english/privacy.php to this <?php /* $Id: privacy.php,v 1.3 2001/12/20 14:14:15 dgw_ Exp $ The Exchange Project - Community Made Shopping! http://www.theexchangeproject.org Copyright (c) 2000,2001 The Exchange Project Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Privacy Notice'); define('HEADING_TITLE', 'Privacy Notice'); $privacy_txt = implode ('', file ('http://<MYDOMAIN.com>/privacy_body.txt')); define('TEXT_INFORMATION', $privacy_txt);');?> But this doesn't work either. Please tell me if you spot something wrong. Thank You, Becky |
|
#2
| |||
| |||
| Becky, What are you trying to do? Please be more detailed so we can help you. Thanks! |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| configure.php pages question about database info | countingsheep | osCMax v2 Installation issues | 3 | 06-20-2006 03:13 PM |
| My account area | mskitti | osCommerce 2.2 Installation Help | 1 | 09-27-2003 05:08 PM |
| 1 Problem, 1 Question on included mod | Anonymous | osCMax v1.7 Discussion | 4 | 09-25-2003 10:51 PM |
| Dump question on where to edit info. of shipping, contact us | peter | osCommerce 2.2 Modification Help | 2 | 07-29-2003 10:16 PM |
| Problem with 'New Product' image area | Anonymous | osCommerce 2.2 Modification Help | 1 | 12-09-2002 01:22 PM |