

chrom
Members-
Content count
8 -
Joined
-
Last visited
Profile Information
-
Real Name
Kamil
-
now this contribution shows all manufacturers in one column. how should i change the code to have all manufacturers list in (for example) 4 columns?? <?php /* ?$Id: allmanufacturers.php,v 1.0 2003/11/25 10:12:10 ?osCommerce, Open Source E-Commerce Solutions ?http://www.oscommerce.com ?Copyright (c) 2002 - 2003 osCommerce ?All Manufacturers by Alex Kaiser ?alex@pooliestudios.com ?www.pooliestudios.com ?Edited by Roman Gruhn ?romangruhn@yahoo.de ?Edited by Hakan Haknuz ?Released under the GNU General Public License ?Riveduto e corretto da Remigio Ruberto www.100asa.it 12/08/04 */ ?require('includes/application_top.php'); ?$breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_MANUFACTURERS)); ?> <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE ?>: <?php echo HEADING_TITLE; ?></title> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <!-- header //--> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> <!-- body //--> <table width="100%" border="0" align="center" cellspacing="3" cellpadding="3"> ?<tr> ? ?<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> ? ?</table></td> <!-- body_text //--> ? ?<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> ? ? ?<tr> ? ? ? ?<td><table border="0" width="100%" cellspacing="0" cellpadding="0"> ? ? ? ? ?<tr> ? ? ? ? ? ?<td class="pageHeading"><?php echo 'All Manufacturersi' ?></td> ? ? ? ? ? ?<td class="pageHeading" align="right"> </td> ? ? ? ? ?</tr> ? ? ? ?</table></td> ? ? ?</tr> ? ? ?<tr> ? ? ? ?<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> ? ? ?</tr> ? ? ?<tr> ? ? ? ?<td><br><table border="0" width="650" cellspacing="0" cellpadding="2"> ? ? ? ? ?<tr> <!-- all manufacturers begin //--> <center> <?php ? $manufacturers_query = tep_db_query("select manufacturers_name, manufacturers_id, manufacturers_image from " . TABLE_MANUFACTURERS . " order by manufacturers_name" ); ? if (tep_db_num_rows($manufacturers_query) >= '1') { ? ? ? while ($manufacturers = tep_db_fetch_array($manufacturers_query)) { ? ? echo '<a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $manufacturers['manufacturers_id'] . '=' . $manufacturers['manufacturers_name']) . '">' . tep_image(DIR_WS_IMAGES . $manufacturers['manufacturers_image'], $manufacturers['manufacturers_name']) . "</a><br><br>\n"; ? ? ? } ? } ?> </center> <!-- all manufacturers end //--> </td> ? ? ? ? ?</tr> ? ? ? ?</table></td> ? ? ?</tr> ? ? ?<tr> ? ? ? ?<td align="right"><br><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> ? ? ?</tr> ? ?</table></td> <!-- body_text_eof //--> ? ?<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> ? ?</table></td> ?</tr> ?<tr> ? ? ?<td valign="top"> </td> ? ?</tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>
-
how can i add product images to packingslip? i'm using UltraPics.
-
hi, i need help quickly. i have installed os commerce and ultra pics. everything was warking fine. but aftre instalation of STS, popup images are not working. popup window opens but there is no image inside. could any body help me? My Webpage
-
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
chrom replied to MaxiDVD's topic in General Add-Ons Support
what do i have to do if i want for example to all thumnbnails have 200 px width and to have height proportional to their orginal dimensions? -
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
chrom replied to MaxiDVD's topic in General Add-Ons Support
hi, i need help. is there possibility to not have thumbnails and large images (if i don't wont them to pop up)in their own dimensions? -
[Contribution] UltraPics v1.0 - Addition Image Pac
chrom replied to MaxiDVD's topic in General Add-Ons Support
hi, i need help. is there possibility to not have thumbnails and large images in their own dimensions?