paulmbarton Posted August 29, 2010 Posted August 29, 2010 I would like to completely remove the centre box (New Products for..) It isn't like the left and right boxes that I found through the directions on the "How Do I" page. Can someone help this newbie?
♥mdtaylorlrim Posted August 29, 2010 Posted August 29, 2010 I would like to completely remove the centre box (New Products for..) It isn't like the left and right boxes that I found through the directions on the "How Do I" page. Can someone help this newbie? Actually, it's pretty close to that... Find your catalog/index.php file and open it with your php editor. Scroll way down near the bottom and look for: } else { // Default On the lines that follow you will see what appears on the page when you go to your store. One line will "include(FILENAME_PRODUCTS_NEW)" or something close. That is what you want to comment out, or replace with your new code. I followed the osC conventions and create my own custom /includes/modules/index/..... directory with modules that I can easily select which I want to show from one week to the next, by changing the ..... in the index.php file at that location. Of course, below that I have either a specials box or featured box, or something of that nature. Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
paulmbarton Posted August 29, 2010 Author Posted August 29, 2010 Actually, it's pretty close to that... Find your catalog/index.php file and open it with your php editor. Scroll way down near the bottom and look for: } else { // Default On the lines that follow you will see what appears on the page when you go to your store. One line will "include(FILENAME_PRODUCTS_NEW)" or something close. That is what you want to comment out, or replace with your new code. I followed the osC conventions and create my own custom /includes/modules/index/..... directory with modules that I can easily select which I want to show from one week to the next, by changing the ..... in the index.php file at that location. Of course, below that I have either a specials box or featured box, or something of that nature.
paulmbarton Posted August 29, 2010 Author Posted August 29, 2010 Thanks very much -- that I wouldn't have found! Probably should add this to the "How To" page..
Recommended Posts
Archived
This topic is now archived and is closed to further replies.