Lukeslytalker Posted January 5, 2009 Share Posted January 5, 2009 How do I remove the what's new box from my category pages? I want these off all main category pages. Example listed below. http://www.vantagepointconcepts.com/test/index.php?cPath=21 Link to comment Share on other sites More sharing options...
Lukeslytalker Posted January 5, 2009 Author Share Posted January 5, 2009 Never mind folks. I found it in my style sheet. Link to comment Share on other sites More sharing options...
Guest Posted January 5, 2009 Share Posted January 5, 2009 Never mind folks. I found it in my style sheet. I dont think the answer is in the stylesheet??? Try removing or replacing <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> from your index page (around line 313) Link to comment Share on other sites More sharing options...
Lukeslytalker Posted January 5, 2009 Author Share Posted January 5, 2009 It wasn't. I took the code out of my index page. Sorry I was making a lot of edits today. This was supposed to go on another post. Link to comment Share on other sites More sharing options...
Gooch Posted March 2, 2009 Share Posted March 2, 2009 i cannot seem to get rid of this new products box, I attempted to remove it from index.pgp in catalog, that did not work here is the cose from catalog/index.php\ // needed for the new products module shown below $new_products_category_id = $current_category_id; ?> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> </table></td> </tr> </table></td> <?php } elseif ($category_depth == 'products' || isset($HTTP_GET_VARS['manufacturers_id'])) { // create column list $define_list = array('PRODUCT_LIST_MODEL' => PRODUCT_LIST_MODEL, 'PRODUCT_LIST_NAME' => PRODUCT_LIST_NAME, 'PRODUCT_LIST_MANUFACTURER' => PRODUCT_LIST_MANUFACTURER, 'PRODUCT_LIST_PRICE' => PRODUCT_LIST_PRICE, 'PRODUCT_LIST_QUANTITY' => PRODUCT_LIST_QUANTITY, 'PRODUCT_LIST_WEIGHT' => PRODUCT_LIST_WEIGHT, 'PRODUCT_LIST_IMAGE' => PRODUCT_LIST_IMAGE, 'PRODUCT_LIST_BUY_NOW' => PRODUCT_LIST_BUY_NOW); im not exactly sure where it ends and what exactly i need to remove sorry im a newbie Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.