Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help removing a table


spr1nt

Recommended Posts

The code for that is included in each page of the shop. Open a file, like index.php, and delete this code:

	<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
<!-- right_navigation_eof //-->
</table></td>

You'll need to do that in every file that displays a page of your site.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

But if you still want some of the boxes that exist in the left column, you can open up includes/column_left.php and copy the code for those boxes and paste them in the includes/right_column.php file. Good luck!

 

j

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...