Tips&tricks box for oscommerce 2.2. rc2 with administration from Vadim Lyakh
php > 4.4
MySQL
WARNING! no errors reporting

SCREENSHOT included

Have questions or donate?
Mail me at asdf77@mail.ru
russian language if possible


Install:

1.
upload the tipsadm.php to catalog/admin
upload the tips.php to catalog/includes/boxes
upload and execute tips_install.php to create table tips



2
.Add

define('BOX_HEADING_TIPS', 'Tips');
define('BOX_TIPS_NO_TIPS', 'No Tips');

to english.php and other before the closing ?>



3.Add

require(DIR_WS_BOXES . 'tips.php');

to column_left.php or column_right.php below the require for the box under which you would like the daily word box to appear.


4.
Add


' .
'Tips

after

'' . BOX_CATALOG_PRODUCTS_EXPECTED . '

in /catalog/admin/includes/boxes/catalog.php







enjoy
It is pretty simple. Hope I did not confuse anyone.

More...