osCmax v2.5 User Manual
Results 1 to 2 of 2

Different question same problem with info area

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 ...

      
  1. #1
    Lurker
    Join Date
    Nov 2002
    Posts
    2
    Rep Power
    0


    Default Different question same problem with info area

    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. #2
    Active Member
    Join Date
    Oct 2002
    Location
    Arkansas
    Posts
    149
    Rep Power
    0


    Default

    Becky,

    What are you trying to do?

    Please be more detailed so we can help you.

    Thanks!
    Sincerely,
    Melinda

    www.designhosting.biz

Similar Threads

  1. configure.php pages question about database info
    By countingsheep in forum osCmax v2 Installation issues
    Replies: 3
    Last Post: 06-20-2006, 03:13 PM
  2. My account area
    By mskitti in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 09-27-2003, 05:08 PM
  3. 1 Problem, 1 Question on included mod
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 09-25-2003, 10:51 PM
  4. Dump question on where to edit info. of shipping, contact us
    By peter in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 07-29-2003, 10:16 PM
  5. Problem with 'New Product' image area
    By Anonymous in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 12-09-2002, 12:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •