Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trouble with column_right.php


Guest

Recommended Posts

Posted

Ok - here is my site - http://www.neblinarecords.com/catalog/index.php

 

What i'd like to do is move the info box from the left column to the top of the right column.

 

I thought this stuff was supposed to be in my includes/column_right.php file... this is all the code that is currently in there (including my addition for the information box):

 

  // STS: ADD
 $sts_block_name = 'columnleft2columnright';
 require(STS_RESTART_CAPTURE);
 // STS: EOADD
   
 require(DIR_WS_BOXES . 'information.php');

 // STS: ADD
 $sts_block_name = 'informationbox';
 require(STS_RESTART_CAPTURE);
 // STS: EOADD 

 require(DIR_WS_BOXES . 'reviews.php');

 // STS: ADD
 $sts_block_name = 'reviewsbox';
 require(STS_RESTART_CAPTURE);

 

What is that columnleft2columnright thing about?

Anybody have any clue as to what im doing wrong?

 

Thanks.

Posted
Ok - here is my site - http://www.neblinarecords.com/catalog/index.php

 

What i'd like to do is move the info box from the left column to the top of the right column.

 

I thought this stuff was supposed to be in my includes/column_right.php file... this is all the code that is currently in there (including my addition for the information box):

 

  // STS: ADD
 $sts_block_name = 'columnleft2columnright';
 require(STS_RESTART_CAPTURE);
 // STS: EOADD
   
 require(DIR_WS_BOXES . 'information.php');

 // STS: ADD
 $sts_block_name = 'informationbox';
 require(STS_RESTART_CAPTURE);
 // STS: EOADD 

 require(DIR_WS_BOXES . 'reviews.php');

 // STS: ADD
 $sts_block_name = 'reviewsbox';
 require(STS_RESTART_CAPTURE);

 

What is that columnleft2columnright thing about?

Anybody have any clue as to what im doing wrong?

 

Thanks.

 

well, you installed STS, you should know.

Treasurer MFC

Posted

LOL. Actually i didn't. It was part of a template that I downloaded... so i guess that is what is controlling my box placement?

Posted
LOL. Actually i didn't. It was part of a template that I downloaded... so i guess that is what is controlling my box placement?

 

sure, I suggest you download the STS contribution and see if there is any documentation to go with it.

Treasurer MFC

Posted

Figured it out. For my newbies out there, STS is a really cool thing... it lets you

very very easily change the layout of your site...

 

you can move the order of all your boxes in like 2 seconds.

Nice :thumbsup:

Archived

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

×
×
  • Create New...