Documentation
Project Links
Using a PayPal Accepted box as an example.
Create a new file, based on an existing InfoBox, in catalog/include/boxes. Note: In this example, you would need to supply the image file to display in the box.
catalog/includes/payment_methods.php
<?php
/*
$Id: information.php 3 2006-05-27 04:59:07Z user $
osCMax Power E-Commerce
http://oscdox.com
Copyright 2006 osCMax
Released under the GNU General Public License
*/
// Most of this file is changed or moved to BTS - Basic Template System - format.
$boxHeading = BOX_HEADING_PAYMENT_METHODS;
$corner_left = 'square';
$corner_right = 'square';
$box_base_name = 'payment_methods'; // for easy unique box template setup (added BTSv1.2)
$box_id = $box_base_name . 'Box'; // for CSS styling paulm (editted BTSv1.2)
?>
<!-- information bof //-->
<?php
$boxContent = '<img src="images/payments.gif" width="128" /><br />';
include (bts_select('boxes', $box_base_name)); // BTS 1.5
?>
<!-- information eof //-->
Login to Admin.; InfoBox Admin; New Infobox