Guest Posted March 17, 2006 Posted March 17, 2006 I have done a search and looked through the documentation but can't seem to find a solution - would appreciate it if someone could point me in the right direction. My New Products table heading reads as: TABLE_HEADING_NEW_PRODUCTS I have had success changing box headings but am a bit lost where to change this. Thanks
matrix2223 Posted March 17, 2006 Posted March 17, 2006 I have done a search and looked through the documentation but can't seem to find a solution - would appreciate it if someone could point me in the right direction. My New Products table heading reads as: TABLE_HEADING_NEW_PRODUCTS I have had success changing box headings but am a bit lost where to change this. Thanks Its sounds like you accidently deleted something maybe like <td> or <tr> from the index.php or whatever page this shows up on. Look around in the catalog/index.php file around where it has the table listing for it. Hope this helps
aapinen Posted March 17, 2006 Posted March 17, 2006 How can I remove this "New Products For March" box? -aapinen-
Guest Posted March 17, 2006 Posted March 17, 2006 I have done lots of checking and double checking and have found where the table heading changes. This is how it looks - can someone check and tell me if they see anything missing that is causing the problem. Ta ?> <!-- new_products //--> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B'))); new contentBoxHeading($info_box_contents); if ( (!isset($new_products_category_id)) || ($new_products_category_id == '0') ) {
Recommended Posts
Archived
This topic is now archived and is closed to further replies.