Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Images in infoboxes


Manoil

Recommended Posts

Posted

Hi again :blush: Now i'm trying to put some images INTO infoboxes. I need an image of shopping cart integrated in the shopping_cart box. Anyone? :rolleyes:

Posted

here is an example

 

<!-- some_box //-->
	  <tr>
		<td align="center"><?php echo '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . tep_image(DIR_WS_IMAGES . 'yourimage.jpg') . '</a>'; ?></td>
	  </tr>
<!-- some_box_eof //-->

 

Just create a new file in your boxes folder and place the code in it. You may want to change the link and image to fit your needs.

Archived

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

×
×
  • Create New...