Nessun problema!
Ho creato un nuovo box con questo codice:
<?php
/*
$Id: languages.php,v 1.15 2003/06/09 22:10:48 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
?>
<!-- languages //-->
<tr>
<td>
<?php
$info_box_contents = array();
$info_box_contents[] = array('text' => "
TITOLO DEL BOX");
new infoBoxHeading($info_box_contents, false, false);
$info_box_contents = array();
$info_box_contents[] = array('text' => '
TESTO DEL BOX
');
new infoBox($info_box_contents);
?>
</td>
</tr>
<!-- languages_eof //-->
Poi l'ho messo nella cartella includes -- boxes
Infine l'ho aggiunto nel file Column_right.php conn questa stringa
include(DIR_WS_BOXES . 'cani.php');
Per farlo esattamente come gli altri nn ho fatto altro che crearlo in dream e dirgli di riferirsi al foglio di stile .css di tutto il negozio!
Grazie per i complimenti, nn credo di aver fatto un capolavoro, però ho fatto quel che potevo!
