Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

3rd Column


gcap

Recommended Posts

My shop has 2 columns but I have moved the review box to the left and now owuld like a 3rd column. I have seen some contributions that will do 2 columns but not sure if they will work for 3 - also I have an algozone template, will this make a difference to me getting suppot in these forums?

Link to comment
Share on other sites

My shop has 2 columns but I have moved the review box to the left and now owuld like a 3rd column. I have seen some contributions that will do 2 columns but not sure if they will work for 3 - also I have an algozone template, will this make a difference to me getting suppot in these forums?

Hi

You will have to alter site width to make room for the 3rd column and add code to all pages

 

in each catalog file find

<!-- body_text_eof //-->

add after 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 //-->

 

Steve

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