avatar1919 Posted April 19, 2008 Posted April 19, 2008 hi i can't seem to figure out how to delete on the main page the box in the middle with the heading "new products in April" and would like to replace this box with text only. Please help this newbie. thanks
germ Posted April 19, 2008 Posted April 19, 2008 Find this line of code in your /catalog/index.php <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> Be advised that this line is in there TWICE! Alter it to this: <!-- removed 04/19/08 <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> //--> <td>Put your new text here!</td> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.