Results 1 to 2 of 2

Including a box in a higher directory

This is a discussion on Including a box in a higher directory within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I tried searching for this on the forums but couldn't find anything that would help me, so hopefully someone can ...

      
  1. #1
    Lurker
    Join Date
    Jan 2005
    Posts
    1
    Rep Power
    0


    Default Including a box in a higher directory

    I tried searching for this on the forums but couldn't find anything that would help me, so hopefully someone can give me a few pointers on how to do this.

    I have OSC installed in the default /catalog folder. I have a website (not a store, just a site) with a typical 3-column layout. I would like the right column to display a box with new products in the store.

    I thought I could just do something vaguely like this:
    Code:
    <?php include("whats_new.php")?>
    But I see now that it won't work.

    My question: Is there some way I can put a "whats_new" section into the right side column of an index page which is above the /catalog folder?[/code]

  2. #2
    Active Member
    Join Date
    May 2003
    Posts
    148
    Rep Power
    0


    Default RE: Including a box in a higher directory

    could specify the absolute path,
    or
    if its above, <?php include("../whats_new.php")?>

Similar Threads

  1. categorising image directory
    By krazyworld in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 08-18-2005, 03:26 PM
  2. Prices about 10% higher before login
    By Lord in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 04-16-2004, 09:40 AM
  3. SSL - Links to https pages not including /catalog/ in URL
    By secretagentwoman in forum osCommerce 2.2 Installation Help
    Replies: 8
    Last Post: 03-31-2004, 01:18 PM
  4. Directory Structure
    By ativan in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 11-18-2002, 06:15 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
  •