Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Right or Left Column


ShopWebMall

Recommended Posts

How can I go about changing the left or right column:

 

1. To have one table instead of 4-6 single tables

 

Example:

 

instead of:

 

*************

Shopping Cart

*************

Best Sellers

*************

Review

*************

Tell a Friend

*************

 

 

I would like to put all of these in one table which may look like this:

 

***************

*>Shopping Cart

 

*>Best Sellers

 

*>Review

 

*>Tell a Friend

****************

 

How can I do this which files do I have to edit and how to go about it.

I appreciate all your help.

 

Thanx

Link to comment
Share on other sites

Tips and Tricks are Tips and Tricks you want to teach us ... not Tips and Tricks you want to learn ... :shock:

 

Topic moved to a more appropriate forum

Link to comment
Share on other sites

The forum is for that. Just the Tips and Tricks are not meant for Q & A.

 

Can you expand a bit on what you are trying to accomplish? I am not understanding if you just want to remove the headers of the boxes or what on the columns.

Link to comment
Share on other sites

Hi Linda,

 

I want to have all the information such as: Shopping Cart, Best seller, Review, New products, and what ever else. in One BOX

 

instead off having a box for each one, like the default.

 

 

Thanx

Link to comment
Share on other sites

You need to expand on One Box. They can still be in seperate boxes but not look it.

 

Do you just want them to touch?

 

Do you just want to lose the colored titles?

 

I cannot visualize what you are trying to do.

 

Like here, I have them all touching but still have the Colored Titles:

 

http://www.thewebmakerscorner.com/freecall/

 

That is done editing the spacing/padding on the main table ... I think I had to do that on each page btw.

 

I could just change the stylesheet and the titles would be the same as the insides of the boxes and it would look like one continuos column.

Link to comment
Share on other sites

It's been so long since I did this and glancing at it I'm not exactly sure how I did. :oops:

 

I do know that the code for my column_left looks like this:

<!-- body //-->

<table border="0" width="100%" cellspacing="5" cellpadding="0">

 <tr>

   <td width="<?php echo BOX_WIDTH; ?>" valign="top" class="leftcolumn"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">

<!-- left_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>

<!-- left_navigation_eof //-->

   </table></td>

 

Rather than:

 

	<!-- body //-->

<table border="0" width="100%" cellspacing="5" cellpadding="5">

 <tr>

   <td width="<? echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<? echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">

     <tr>

       <td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="2">

<!-- left_navigation //-->

<? $include_file = DIR_WS_INCLUDES . 'column_left.php'; include(DIR_WS_INCLUDES . 'include_once.php'); ?>

<!-- left_navigation_eof //-->

       </table></td>

     </tr>

   </table></td>

 

I've been up for too many hours to tell you exactly what I did, but it looks like I just got rid of a table in there somewhere. I also made a "leftcolumn" entry in my CSS file that I had put a border around the whole thing. I do remember having to change this bit of code in every file though.

Link to comment
Share on other sites

Huh? What? I heard my name mentioned....

 

The Custom Quick Search in the Category box is posted in the contributions.....I think I out it in the infoBox section..... :D

 

As far as the looks of the left Column at Gifts.com......That should be fairly easy to accomplish with the stylesheet.......

Link to comment
Share on other sites

I thought you had posted that one, I just couldn't recall was that on the Did It List ... or the To Do List ... :D

 

Half the battle is over then.

 

Toss that box in column_left.php ...

 

Add Category Tabs with Sub Tabs ...

 

Kill off column_right.php ...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...