This is a discussion on modifying index.php - Front page of the catalog within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; How do you control what is displayed in the content area of the main page of the shopping area. I ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| How do you control what is displayed in the content area of the main page of the shopping area. I know that it is index.php which includes several 'includes' but I do not want to display 'New Products' for 'month' " here. I would like to simply display some of the categories and/or products from the cart. Anyone know how this is done? I posted this yesterday, Is this an impossible task?????????????? |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| Ok this is an old post. But I am posting the reply just in case someone else needs the same thing. I have neve done this before. Gave it a try after reading ur post and it works for me. Here we go: 0. Back up the file catalog/index.php 1. Open catalog/index.php 2. Go to line # 121. It says this: <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> 3. Change this line to: <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> 4. Go to line no 313. It is the same command. 5. Repeat Step 3 for this line as well. 6. Save your file. And refresh your website. Best of luck.
__________________ Regards, developer X Web Developer [color=blue]HTTPPoint Web Talk - Discuss about Web Design, Web Hosting, Programming & Web Development |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| catalog index page | melm81 | osCMax v2 Installation issues | 1 | 12-19-2005 06:56 AM |
| Fresh install oscmax v1.7 blank catalog index page | webwolfe | osCMax v1.7 Installation | 4 | 06-20-2005 05:23 AM |
| The catalog(products) on a another page than the index.php ? | doumawis | osCommerce 2.2 Modification Help | 4 | 02-21-2005 08:21 AM |
| Catalog Front Page "Heading_Title" How To Change(? | bgharder | osCMax v1.7 Discussion | 1 | 02-15-2005 09:00 PM |
| Modifying my homepage with some items from the catalog pages | Zych | osCommerce 2.2 Modification Help | 1 | 07-22-2004 11:53 AM |