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

modifying index.php - Front page of the catalog

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

      
  1. #1
    Lurker
    Join Date
    Nov 2004
    Posts
    1
    Rep Power
    0


    Default modifying index.php - Front page of the catalog

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

  2. #2
    Active Member developer_x's Avatar
    Join Date
    Nov 2004
    Location
    Digital Infoway
    Posts
    109
    Rep Power
    0


    Default Here we go

    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.

Similar Threads

  1. catalog index page
    By melm81 in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 12-19-2005, 06:56 AM
  2. Fresh install oscmax v1.7 blank catalog index page
    By webwolfe in forum osCMax v1.7 Installation
    Replies: 4
    Last Post: 06-20-2005, 05:23 AM
  3. The catalog(products) on a another page than the index.php ?
    By doumawis in forum osCommerce 2.2 Modification Help
    Replies: 4
    Last Post: 02-21-2005, 08:21 AM
  4. Catalog Front Page "Heading_Title" How To Change(?
    By bgharder in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-15-2005, 09:00 PM
  5. Modifying my homepage with some items from the catalog pages
    By Zych in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 07-22-2004, 11:53 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
  •