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

How do I remove the "New Products" section on the

This is a discussion on How do I remove the "New Products" section on the within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I want to remove the "New Products" section. Thanks! Dalaubon...

      
  1. #1
    Lurker
    Join Date
    Jul 2003
    Posts
    4
    Rep Power
    0


    Default How do I remove the "New Products" section on the

    I want to remove the "New Products" section.

    Thanks!

    Dalaubon

  2. #2
    Lurker
    Join Date
    Aug 2003
    Location
    Wisconsin
    Posts
    2
    Rep Power
    0


    Default

    You'll have to play around with the conditional "if" statement in the default.php page. I think it has about 3 checks, so you'll have to decide what to replace one of the checks with.


  3. #3
    New Member
    Join Date
    Jul 2003
    Posts
    26
    Rep Power
    0


    Default

    depending on your version look for this in default.php, or index.php
    there will be two instances of this code:
    Code:
                <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
    find both of them and comment it out like this
    Code:
                <td><?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
    that should do the trick

Similar Threads

  1. Remove "QTPRO" for "Option Type Feature"
    By adam71o in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 01-10-2007, 09:32 AM
  2. Remove System "osCMax v2.0" from part of search r
    By torweb in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 07-24-2006, 12:59 PM
  3. Add/Remove images from "New Products"
    By Mats_H in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 05-06-2006, 09:11 AM
  4. Font color on "Specials" and "New Products&qu
    By gheffron in forum osCommerce 2.2 Installation Help
    Replies: 3
    Last Post: 04-01-2004, 01:40 AM
  5. Remove "in cart" Button for individual categories
    By Mongrrr in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 04-24-2003, 06:02 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
  •