Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add image under informationsbox to the left?


Ynkryggen

Recommended Posts

Posted

Hi folks,

 

So, I wanna add an own image under the informationsbox to the left. Have anybode done that and want to share their code with me?

 

Thanks in advance!

Posted

To do this I would open catalog/includes/column_left.php

 

then right at the bottom after...

 

require(DIR_WS_BOXES . 'information.php');

?>

 

I would add in the html code needed for your image, i.e :

 

<img src="your_image.jpg" />

 

 

 

Hi folks,

 

So, I wanna add an own image under the informationsbox to the left. Have anybode done that and want to share their code with me?

 

Thanks in advance!

Posted
To do this I would open catalog/includes/column_left.php

 

then right at the bottom after...

 

require(DIR_WS_BOXES . 'information.php');

?>

 

I would add in the html code needed for your image, i.e :

 

<img src="your_image.jpg" />

 

 

Did I miss something? When I tried this it put the image at the top of the column. What do I add to make it go to the bottom?

Archived

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

×
×
  • Create New...