Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

All i want is a Box or 2 :)


Rousie

Recommended Posts

Well, been trying to add 2 boxes all night, so i can just have my SSL VERIFIED logo in one of them, and just Credit Car Logo's in the other....

 

Not sure if i want it on the left or right side yet, but either would do :)

 

Read guides and downloaded contribs, but can't seem to get them right!

 

2 Simple boxes, with images in is all i want, and hoping someone can give me a simple guide to getting this done quickly!

 

Thanks in advance guys,

Dean

Link to comment
Share on other sites

In contributions there are a Infoboxes.Download a few of them and pick the one that is most easy to modyfi.That what I did and php and me do not go together.It took some trail and errors, but I made few for me.I do not know if there are some empty boxes out there.

<?php

/*

$Id: add_a_quickie.php,v 1.10 2001/12/19 01:37:55 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2001 osCommerce

 

Released under the GNU General Public License

*/

?>

<!-- add_a_quickie //-->

<tr>

<td>

<table width="144" border="0" cellspacing="0" cellpadding="1" class="infoboxborder">

<tr>

<td> <table width=100% border=0 cellpadding=0 cellspacing=0 class="infoBoxContents">

<tr>

<td colspan=3 width="100%"> <img src="images/boxes/photography.jpg"></td>

</tr>

<tr>

<td>

<?php

 

 

$info_box_contents = array();

$info_box_contents[] = array('align' => 'center',

 

'text' =>

'<a href="http://www.jesphoto.net/service.html" target="_blank"><img src="images/camera.png"></a>'

);

 

new infoBox($info_box_contents);

?>

</td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

<!-- add_a_quickie_eof //-->

This is my box what I edited-just remove my links and put there your links.Save as your name.php

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...