Results 1 to 3 of 3

Removing Images from default.php

This is a discussion on Removing Images from default.php within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; On the shopping cart I've built the default.php page has images showing up (they're supposedly "featured" products or something) Is ...

      
  1. #1
    epitomegirl
    Guest


    Default Removing Images from default.php

    On the shopping cart I've built the default.php page has images showing up (they're supposedly "featured" products or something)

    Is there a way to have none of the product images on the default.php page?

    Thanks for your help!

    Carrie

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default

    Remove all specials or featured products from that section in the admin, and those boxes go away.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Lurker
    Join Date
    Sep 2003
    Posts
    2
    Rep Power
    0


    Default

    find this line in the catalog/default.php file
    Code:
    <?php $new_products_category_id = $current_category_id; include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>
    YOu need to comment this out of the code and it will no longer show the new products for the current month. To comment out the code change it to this
    Code:
    <?php /* $new_products_category_id = $current_category_id; include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); */ ?>

Similar Threads

  1. removing "Other images for this product", image mi
    By deuce in forum osCmax v2 Customization/Mods
    Replies: 11
    Last Post: 01-11-2007, 01:38 PM
  2. Default Images
    By heaven in forum osCmax v2 Customization/Mods
    Replies: 9
    Last Post: 08-16-2005, 01:32 PM
  3. Images in Default.php?
    By pwog in forum osCommerce 2.2 Modification Help
    Replies: 4
    Last Post: 09-11-2003, 06:48 PM
  4. customising default images displayed
    By rossco in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 05-07-2003, 04:04 PM
  5. Images uploaded in /catalog/images
    By Anonymous in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 12-05-2002, 09: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
  •