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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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 |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| Remove all specials or featured products from that section in the admin, and those boxes go away.
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| 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); ?> Code: <?php /* $new_products_category_id = $current_category_id; include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); */ ?> |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| removing "Other images for this product", image mi | deuce | osCMax v2 Customization/Mods | 11 | 01-11-2007 01:38 PM |
| Default Images | heaven | osCMax v2 Customization/Mods | 9 | 08-16-2005 01:32 PM |
| Images in Default.php? | pwog | osCommerce 2.2 Modification Help | 4 | 09-11-2003 06:48 PM |
| customising default images displayed | rossco | osCommerce 2.2 Modification Help | 0 | 05-07-2003 04:04 PM |
| Images uploaded in /catalog/images | Anonymous | osCommerce 2.2 Installation Help | 1 | 12-05-2002 09:15 AM |