UKCarAdverts Posted December 10, 2004 Posted December 10, 2004 Hi, Could anyone tell me how to remove the new product table at the bottom of my main page? I want to keep the one on the left. Thanks Steve
niknakgroup Posted December 10, 2004 Posted December 10, 2004 in cxatalog/index.php search for new_product (from what I recall it is something like <?php require(DIR_WS_INCLUDES . 'new_products.php'); ?> (ish!!). Take this out - easiest way is to comment it out by adding // to the start of the line, so if you want to add it back in at any time you can do so really easily. I deleted mine completely out as I know I'm never going to use it - I add products once a year and add thousands at a time, so mine would only show new stuff once a year then for the rest of the year make the store look stale! As I said, the bit you need to find may be slightly different, but that is roughly what it will look like - it will be just above the column_right part of your file if that helps any! Please note - if I have suggested a contrib above, it doesnt mean it will work! Most of the contribs are not ones I've used, but may be useful for your particular problem.... Have you tried a refined search? Chances are your problem has already been dealt with elsewhere on the forums..... if (stumped == true) { return(square_one($start_over) } else { $random_query = tep_fetch_answer($forum_query) }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.