Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I move the right column?


basbytes

Recommended Posts

Two question:

 

a) I don't want the right column so how can I remove it.

 

b} The Shopping Cart box is in that column so I need to move it to the left column first but how do I do that??

 

I am using the latest Basic design pack with the grey skin.

 

Please help

Link to comment
Share on other sites

You need to modify two files, includes/column_left.php and includes/column_right.php

Backup at first!

In includes/column_right.php,about line 13,find codes below:

require(DIR_WS_BOXES . 'shopping_cart.php');

 

And move it to the includes/column_left.php, put it in any blank line between line 12 and line 28.

Everyone is changing the world.

Everyone is a world.

For everyone needs my help, PM or email if I amn't online.

Link to comment
Share on other sites

Two question:

 

a) I don't want the right column so how can I remove it.

 

in *most* your .php files directly under the catalog/ directory find this and remove it

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

 

b} The Shopping Cart box is in that column so I need to move it to the left column first but how do I do that??

 

Look in catalog/includes/column_right.php Find and move where ever you want it into the catalog/includes/column_left.php

require(DIR_WS_BOXES . 'shopping_cart.php');

 

I am using the latest Basic design pack with the grey skin.

 

You should use the yellow and pink one. :thumbsup:

 

Please help

Follow the community build:

BS3 to osCommerce Responsive from the Get Go!

Check out the new construction:

Admin Gone to Total BS!

Link to comment
Share on other sites

Some good tips on basic editing of your site can be found in the knowledge base.

 

http://www.oscommerce.com/solutions/documentation

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...