drakonan Posted May 20, 2003 Posted May 20, 2003 I need to remove the "new products" from default.php and all the others. I don't like it, because we have quite a few products and it confuses them into thinking that all our products are in it. Also, does anyone know of a way to show BOTH categories AND products at the same time? - - - - Sometimes, ignorance is bliss.
Guest Posted May 20, 2003 Posted May 20, 2003 you can comment out that line of code in default.php // at the start of a line is a comment in php where do you want to show catagories and products at the same time? in the catagories box?
drakonan Posted May 20, 2003 Author Posted May 20, 2003 Thanks for the help JS, So, to remove it I have to remove the New products link in multiple places? Default.php and the product_info.php? Is that it? I never figured out which PHP file it was that i needed to remove. It shouldn't be too hard though... Anyway, on the categories and products, I mean, under the sub-categories, if there are both products and categories, in the main page, only the products show. Can I get those to show as they would if no products existed there? (Under below have the products show as they do now) i'm afraid that some customers aren't going to realize when a category has other categories below it, when they see products. - - - - Sometimes, ignorance is bliss.
Guest Posted May 20, 2003 Posted May 20, 2003 if you just want to remove it from the default.php page you would just remove or comment out that line of code if you want to remove it from the column, then you would again comment it out of the column_right.php file in catalog/includes/
Guest Posted May 20, 2003 Posted May 20, 2003 you could also change the title of the box to "Just Arrived" or something like that to help get the msg across that these are new arrival products... just a thought :wink:
drakonan Posted May 20, 2003 Author Posted May 20, 2003 Ok, thanks for the info on the first part, I looked in default.php, found an include for "FILENAME_NEW_PRODUCTS" in two places. (I commented it.) So, what all would I have to go through though to get categories to show as they do now when no products show, and then under them, have the products show as they do now. In example, under the category Sheaves I have some Sheaves, but let's say I got some "Special Sheaves" and some "Custom Sheaves" as well... Since I've got some just plain jane normal "Sheaves", the Special and Custom Sheave categories won't show. - - - - Sometimes, ignorance is bliss.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.