|
|
|
|
"This is an admin module that will allow you to change the type of boxes in an easy way.
This module grabs the the include/classes/boxes.php file to get the avaible box classes.
It grabs all the files in include/boxes and allow you to change the type of box class in a select.
Click on submit, and the neccessary files will be updated.
You can add in these files a description for the user to know exactly what box he will change.
Just add "// my documentation " at the end of the instanciation line.
Example:
includes/boxes/best_seller.php
new infoBox($info_box_contents);
would become
new infoBox($info_box_contents);//this is my description of what does this box" |
|
|
|
 |
| For more information, visit the official osCommerce contribution webpage. |
 |
|
|