Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Left Column woes


DDame

Recommended Posts

When I try to add something (banner code or whatever), it is placed above all boxes at the top of the Left column. When I've added code to the Right Column, it is at the bottom where I want it. What am I doing wrong?

 

Thanks! :-)

Link to comment
Share on other sites

Adding content "sequentially" to the left (or right) column is pretty straight forward.

 

At the end of /catalog/includes/column_left.php (or column_right.php) after the closing php tag, add your code like this:

 

<tr><td align="center">

******** DELETE THIS LINE AND PUT THE HTML FOR THE FIRST CONTENT HERE  ********

</td></tr>

<tr><td align="center">

******** DELETE THIS LINE AND PUT THE HTML FOR THE SECOND CONTENT HERE  ********

</td></tr>

<tr><td align="center">

******** DELETE THIS LINE AND PUT THE HTML FOR THE THIRD CONTENT HERE  ********

</td></tr>

 

And so on....

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Adding content "sequentially" to the left (or right) column is pretty straight forward.

 

At the end of /catalog/includes/column_left.php (or column_right.php) after the closing php tag, add your code like this:

 

<tr><td align="center">

******** DELETE THIS LINE AND PUT THE HTML FOR THE FIRST CONTENT HERE  ********

</td></tr>

<tr><td align="center">

******** DELETE THIS LINE AND PUT THE HTML FOR THE SECOND CONTENT HERE  ********

</td></tr>

<tr><td align="center">

******** DELETE THIS LINE AND PUT THE HTML FOR THE THIRD CONTENT HERE  ********

</td></tr>

 

And so on....

 

 

 

You rock! Thanks! It worked perfectly. :-)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...