markvellagera Posted May 5, 2007 Share Posted May 5, 2007 I need to know how to remove the following from my oscommerce: Removing Shopping Cart and Reviews from the right column Removing What's New and Information from the left column Removing New Products for ... from the bottom I also need to know hot to make the small image below the text instead of to the right thanks Link to comment Share on other sites More sharing options...
ErollorD Posted May 5, 2007 Share Posted May 5, 2007 so in includes/ folder you have left_column.php and right_column.php files, you open it and inside you will see few lines of code like require(.. or include(.. you will see line for each box, just put // infront of it, like require(DIR_WS_BOXES . 'whats_new.php'); to //require(DIR_WS_BOXES . 'whats_new.php'); Link to comment Share on other sites More sharing options...
markvellagera Posted May 6, 2007 Author Share Posted May 6, 2007 so in includes/ folder you have left_column.php and right_column.php files, you open it and inside you will see few lines of code like require(.. or include(.. you will see line for each box, just put // infront of it, like require(DIR_WS_BOXES . 'whats_new.php'); to //require(DIR_WS_BOXES . 'whats_new.php'); Link to comment Share on other sites More sharing options...
markvellagera Posted May 6, 2007 Author Share Posted May 6, 2007 thanks you were really helpful - I also need to know how to remove the New Products for May from the bottom of the page too. And how to make the small image below the text instead of to the right for each product entry. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.