Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to add photo or small to the left column


hostify

Recommended Posts

:(

 

After try to searching many time in this forum, I cannot find the exact answer, so I have to asked here.

 

I need to add small banner to the left column of oscommerce. I try to look at /includes/column_left.php

 

adding some text for testing after this

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

 

<?php

/*

$Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_categories_box();

} else {

include(DIR_WS_BOXES . 'categories.php');

}

 

require(DIR_WS_BOXES . 'whats_new.php');

require(DIR_WS_BOXES . 'search.php');

 

?>

Test text Test text <-- I put text here

 

 

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

 

But the result show that my Text text go on the top of the left column !!! I don't know why. How I can put it under every box that shown in the left column?

 

Please help :(

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...