what is catalog in oscommerce?
Wednesday, January 13, 2010
The catalog section is divided into categories and sub-categories to make it easier to find
different areas.
Catalog : Boxes
Add/Remove Boxes:
New boxes can be easily added to the left or right side column by editing the appropriate
includes/column_left.php or includes/column_right.php file.
For this example, the new box will be based on the Information box:
BOX_HEADING_INFORMATION );
new infoBoxHeading ($info_box_contents , false, false);
$info_box_contents = array();
$info_box_contents [] = array('text' => '' .
BOX_INFORMATION_SHIPPING . '
' .
'' .
BOX_INFORMATION_PRIVACY . '
' .
'' .
BOX_INFORMATION_CONDITIONS . '
' .
'' .
BOX_INFORMATION_CONTACT . '
' .
'' .
BOX_INFORMATION_SITEMAP . '');
new infoBox ($info_box_contents );
?>
0 comments:
Post a Comment