Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Entire Left or Right Side Columns


noelove

Recommended Posts

Posted

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

Posted
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

Posted

Thanks Mark! However I want to totally remove the right side, will I still be using that code?

 

in the index.php file search for

Change it to...

Do the same for column_right.php

Posted
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

Posted

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
Posted
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

Posted

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
Posted
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

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...