= 1) { ?> TEXT_ALSO_INTERESTED_PRODUCTS); new infoBoxHeading($info_box_contents); $row = 0; $col = 0; $info_box_contents = array(); /*$info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => 'we accept paypal ');*/ while ($orders = tep_db_fetch_array($orders_query)) { $orders['products_name'] = tep_get_products_name($orders['products_id']); if (($row == 0) && ($col == 0)) { $content .= ''; } $content .= ''; /*$info_box_contents[$row][$col] = array('align' => 'center', 'params' => 'class="smallText" width="33%" valign="top"', 'text' => '' . tep_image(DIR_WS_IMAGES . $orders['products_image'], $orders['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '
' . $orders['products_name'] . '');*/ $col ++; if ($col > 2) { $col = 0; $row ++; $content .= ''; } } /*if ($col < 3) { $content .= ''; }*/ $content .= '
' . tep_image(DIR_WS_IMAGES . $orders['products_image'], $orders['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '
' . $orders['products_name'] . '
 
'; $info_box_contents[] = array('align' => 'center', 'text' => $content); new contentBox($info_box_contents); ?>