Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need to insert logo into box.


charlieworks

Recommended Posts

I have a paypal verified logo that i want to insert into a box that i created. How do i go about doing this. I currently have this:

<?php
/*
 $Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/
?>
<!-- paymentbox //-->
<?php
 $boxHeading = Payments;
 $corner_left = 'square';
 $corner_right = 'square';

 $boxContent = 


               
BOX_CATALOG_PRODUCTS_WITH_IMAGES . '</a><br>';
               

 require(DIR_WS_TEMPLATES . TEMPLATENAME_BOX);
?>
<!-- information_eof //-->

Link to comment
Share on other sites

<?php
/*
?$Id: information.php,v 1.5 2002/01/11 22:04:06 dgw_ Exp $

?osCommerce, Open Source E-Commerce Solutions
?http://www.oscommerce.com

?Copyright (c) 2001 osCommerce

?Released under the GNU General Public License
*/
?>
<!-- information //-->
? ? ? ? ?<tr>
? ? ? ? ? ?<td>
<?php
?$info_box_contents = array();
?$info_box_contents[] = array('align' => 'left',
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'text' ?=> "<center>enter box title here</center>"
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?);
?new infoBoxHeading($info_box_contents, false, false);

?$info_box_contents = array();
?$info_box_contents[] = array('align' => 'left',
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'text' ?=> ' enter banner code here?'
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?);
?new infoBox($info_box_contents);
?>
? ? ? ? ? ?</td>
? ? ? ? ?</tr>
<!-- information_eof //-->

Your online success is Paramount.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...