Results 1 to 3 of 3

How do I edit these files?

This is a discussion on How do I edit these files? within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; I can't seem to find the files with the contents. any ideas? Thanks! $content = CONTENT_ACCOUNT_HISTORY; CODE <?php /* $Id: ...

      
  1. #1
    Anonymous
    Guest


    Default How do I edit these files?

    I can't seem to find the files with the contents. any ideas? Thanks!


    $content = CONTENT_ACCOUNT_HISTORY;

    CODE
    <?php
    /*
    $Id: account_history.php,v 1.63 2003/06/09 23:03:52 hpdl Exp $

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

    Copyright (c) 2003 osCommerce

    Released under the GNU General Public License
    */

    require('includes/application_top.php');

    if (!tep_session_is_registered('customer_id')) {
    $navigation->set_snapshot();
    tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL'));
    }

    require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_ACCOUNT_HISTORY);

    $breadcrumb->add(NAVBAR_TITLE_1, tep_href_link(FILENAME_ACCOUNT, '', 'SSL'));
    $breadcrumb->add(NAVBAR_TITLE_2, tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL'));

    $content = CONTENT_ACCOUNT_HISTORY;

    require(DIR_WS_TEMPLATES . TEMPLATENAME_MAIN_PAGE);

    require(DIR_WS_INCLUDES . 'application_bottom.php');
    ?>

  2. #2
    Anonymous
    Guest


    Default

    inside of filenames.php:

    define('CONTENT_ACCOUNT', 'account');
    define('FILENAME_ACCOUNT', CONTENT_ACCOUNT . '.php');

    his site... is now based on osC max.

  3. #3
    Anonymous
    Guest


    Default

    nm, found them... it's cause of the template system. duh!

    flyingmonkey: slaps flyingmonkey in the face with a salmon.

Similar Threads

  1. Viewing Files
    By m_rockett in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 05-06-2006, 11:43 AM
  2. files under ssl
    By mrocket in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 04-28-2006, 12:30 PM
  3. files to edit don't exist on our server - there's more
    By bbw in forum osCmax v2 Customization/Mods
    Replies: 9
    Last Post: 02-17-2006, 06:33 AM
  4. Losing ability to view webpage when I edit php files
    By ajljhall in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 07-13-2005, 07:33 AM
  5. not able to edit files in admin
    By not-so-simple in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 08-29-2003, 07:51 AM

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
  •