Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Center Column


SuperJosh

Recommended Posts

I've done this before, but for the life of me, I can't find any posts to deal with this anymore. Brand me lazy and send me on my way if you please. But I could really use some help:

 

I want to clean out the center column, but I don't know where to look. I have no need for the Specials or New Products boxes, but I can't find where these are being pulled from. How do I get rid of these?

 

And, once I do get rid of these, how would I go about adding a new box with my major categories represented. For instance, if you go to a catagory, it gives you a list of the sub-categories in the center column. I want somthing like that on my front page.

 

Hope this is clear. Maybe my brain is just fried.

Six jars of Mayonnaise: $12.50

20 feet of rubber tubing: $4.25

Latex-rubber gloves: $3.25/doz.

The look on the cashiers face: Priceless.

 

There are some things money can't buy, for everything else, there's your parent's money.

Link to comment
Share on other sites

Not sure if you know some programming or not. If you know some, I give you a few hints regarding structuring. If not, can you open your index.php (or default.php and look at the top what version you are on):

 

e.g. $Id: default.php,v 1.79 2002/11/23 02:08:10 thomasamoulton Exp $

 

Once you post that, I'll try to help.

 

L8r

 

Gunter

Link to comment
Share on other sites

hey gunter,

 

my header says:

 

$Id: index.php,v 1.1 2003/06/11 17:37:59 hpdl Exp $

 

i'm using AABox's MS2 Max distribution. It includes most of the mods that I need - the most notable is BTS v1.0a.

 

thanks for your patience. i should know better than to post without including versions/configurations/etc.

Six jars of Mayonnaise: $12.50

20 feet of rubber tubing: $4.25

Latex-rubber gloves: $3.25/doz.

The look on the cashiers face: Priceless.

 

There are some things money can't buy, for everything else, there's your parent's money.

Link to comment
Share on other sites

If you are using BTS, look in your templates/content folder and find index_default.tpl.php and find

<?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>

and

<?php include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS);?>

If you don't want them, just remove that part of the code.

 

If you want to remove stuff from the left or right boxes, that is in includes/column_left.php or column_right.php. Just put a # at the beginning of the line which holds the code to that box..

-------------------------------------------------------

 

I used to be insane, but now I'm just nuts ;)

Link to comment
Share on other sites

problem solved. thanks for your help folks

Six jars of Mayonnaise: $12.50

20 feet of rubber tubing: $4.25

Latex-rubber gloves: $3.25/doz.

The look on the cashiers face: Priceless.

 

There are some things money can't buy, for everything else, there's your parent's money.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...