noelove Posted March 1, 2007 Posted March 1, 2007 Did my reading here: http://www.oscommerce.info/kb/osCommerce/C...g_Area/Boxes/65 "All files that display a page in the osCommerce installation contain the following HTML and PHP code." Do a search with your editor for the specific code you want to change and change at once. However, I'm confused as to what files I need to edit. Am I going to be editing every file in the category folder or the includes? The shop so far: http://frostfishcovesoaps.com/store/catalog/index.php Thanks for any help! And Hello! I'm new here. Nice to meet everyone. Noel
omar2886 Posted March 1, 2007 Posted March 1, 2007 Podrías replantear el problema, es que no se entiende nada. Un saludo
crash3903 Posted March 1, 2007 Posted March 1, 2007 Did my reading here: http://www.oscommerce.info/kb/osCommerce/C...g_Area/Boxes/65 "All files that display a page in the osCommerce installation contain the following HTML and PHP code." Do a search with your editor for the specific code you want to change and change at once. However, I'm confused as to what files I need to edit. Am I going to be editing every file in the category folder or the includes? The shop so far: http://frostfishcovesoaps.com/store/catalog/index.php Thanks for any help! And Hello! I'm new here. Nice to meet everyone. Noel in the index.php file search for <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> Change it to... <!-- left_navigation //--> <?php //require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> Do the same for column_right.php Regards Mark A Reynolds
noelove Posted March 1, 2007 Author Posted March 1, 2007 Thanks Mark! However I want to totally remove the right side, will I still be using that code? in the index.php file search forChange it to... Do the same for column_right.php
crash3903 Posted March 1, 2007 Posted March 1, 2007 Thanks Mark! However I want to totally remove the right side, will I still be using that code? if your asking will it remove all the boxes from the left and right then yes Regards Mark A Reynolds
noelove Posted March 1, 2007 Author Posted March 1, 2007 edit......well that removed all the boxes!! lol Alright. I just want the right side gone. I want navigation on the left side only. Thank you thank you sir!! if your asking will it remove all the boxes from the left and right then yes
crash3903 Posted March 1, 2007 Posted March 1, 2007 edit......well that removed all the boxes!! lol Alright. I just want the right side gone. I want navigation on the left side only.Thank you thank you sir!! if you want to keep just the right then don't comment it out - Leave it like this <!-- right_navigation //--><?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> Regards Mark A Reynolds
noelove Posted March 1, 2007 Author Posted March 1, 2007 Uh, I don't think we're understanding one another. I don't want to keep the right. I want to keep the left. if you want to keep just the right then don't comment it out - Leave it like this
crash3903 Posted March 1, 2007 Posted March 1, 2007 Uh, I don't think we're understanding one another. I don't want to keep the right. I want to keep the left. do that for the left then Regards Mark A Reynolds
noelove Posted March 1, 2007 Author Posted March 1, 2007 I'm still lost. I've removed the right side on teh index page, however your instructions say to edit the right column file but the code you have me looking for is not there. My apologies if I am being a pain in the butt.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.