goto /includes/modules/sideboxes/ and find the

more_info.php...

one of the first lines has

if (DEFINE_PAGE_2_STATUS <= 1) {
$more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_2) . '">' . BOX_INFORMATION_PAGE_2 . '</a>';
}

cut and paste that into information.php then make sure you change


$more_information[] = '<a href="' . zen_href_link FILENAME_PAGE_


to

$information[] = '<a href="' . zen_href_link FILENAME_PAGE_


I had the same problem... if you have further questions.. check out my thread

http://www.zen-cart.com/forum/showthread.php?t=53394