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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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")?>
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] |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| could specify the absolute path, or if its above, <?php include("../whats_new.php")?> |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| categorising image directory | krazyworld | osCommerce 2.2 Modification Help | 0 | 08-18-2005 03:26 PM |
| Prices about 10% higher before login | Lord | osCommerce 2.2 Modification Help | 2 | 04-16-2004 09:40 AM |
| SSL - Links to https pages not including /catalog/ in URL | secretagentwoman | osCommerce 2.2 Installation Help | 8 | 03-31-2004 01:18 PM |
| Directory Structure | ativan | osCommerce 2.2 Installation Help | 1 | 11-18-2002 06:15 AM |