Bonjour
je cherche depuis un bout de temps mais je ne trouve rien.

il y a un déclage et je n'arrive pas à le régler.
j'utilise product_listing_multi dont voici le code de ma page.
Ou est donc cette erreur ?
merci d'avance
Wen

Code
<form name="cart_multi" method="post" action="<?php echo tep_href_link(FILENAME_SHOPPING_CART, tep_get_all_get_params(array('action')) . 'action=add_multi', 'NONSSL'); ?>">
<script language=javascript> function changeValue(textObject,delta){  var myVal = parseInt(textObject.value);  if (myVal == NaN) {   myVal = 0;   } else {  myVal = myVal + delta;  }  /* check that it is not negetive */  if (myVal < 0) {  myVal = 0;  }  textObject.value = myVal;  return; } </script>
<?php
/*
  $Id: product_listing.php,v 1.44 2003/06/09 22:49:59 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

  $listing_split = new splitPageResults($listing_sql, MAX_DISPLAY_SEARCH_RESULTS, 'p.products_id');

  if ( ($listing_split->number_of_rows > 0) && ( (PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3') ) ) {
?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td align="right" class="main"><?php echo tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td>
  </tr>
</table>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
  <tr>
    <td class="smallText"><?php echo $listing_split->display_count(TEXT_DISPLAY_NUMBER_OF_PRODUCTS); ?></td>
    <td class="smallText" align="right"><?php echo TEXT_RESULT_PAGE . ' ' . $listing_split->display_links(MAX_DISPLAY_PAGE_LINKS, tep_get_all_get_params(array('page', 'info', 'x', 'y'))); ?></td>
  </tr>
</table>
<?php
  }

  $list_box_contents = array();

for ($col=0, $n=sizeof($column_list); $col<$n; $col++) {
    switch ($column_list[$col]) {
      case 'PRODUCT_LIST_MODEL':
        $lc_text = TABLE_HEADING_MODEL;
        $lc_align = 'width="100%"';
        break;
        
      case 'PRODUCT_LIST_NAME':
        $lc_text = TABLE_HEADING_PRODUCTS;
        $lc_align = '';
        break;
        // Products Description Hack begins
      case 'PRODUCT_LIST_DESCRIPTION':
        $lc_text = TABLE_LIST_DESCRIPTION;
        
        break;
    // Products Description Hack ends
      case 'PRODUCT_LIST_MANUFACTURER':
        $lc_text = TABLE_HEADING_MANUFACTURER;
        $lc_align = '';
        break;
      case 'PRODUCT_LIST_PRICE':
        $lc_text = TABLE_HEADING_PRICE;
        $lc_align = 'right';
        break;
      case 'PRODUCT_LIST_QUANTITY':
        $lc_text = TABLE_HEADING_QUANTITY;
        $lc_align = 'right';
        break;
      // START: display min. order. qty. mod
      case 'PRODUCT_LIST_MIN_ORDER_QTY':
        $lc_align = 'center';
        $lc_text = '&nbsp;' . TABLE_HEADING_MIN_ORDER_QTY . '&nbsp;';
        break;
      // END: display min. order. qty. mod
      case 'PRODUCT_LIST_WEIGHT':
        $lc_text = TABLE_HEADING_WEIGHT;
        $lc_align = 'right';
        break;
      case 'PRODUCT_LIST_IMAGE':
        $lc_text = TABLE_HEADING_IMAGE;
        $lc_align = 'center';
        break;
      case 'PRODUCT_LIST_BUY_NOW':
        $lc_text = TABLE_HEADING_BUY_NOW;
        $lc_align = 'center';
        break;
    }

    // Products Description Hack begins
    if ($column_list[$col] != 'PRODUCT_LIST_BUY_NOW' &&
        $column_list[$col] != 'PRODUCT_LIST_IMAGE' &&
        $column_list[$col] != 'PRODUCT_LIST_DESCRIPTION')
      $lc_text = tep_create_sort_heading($HTTP_GET_VARS['sort'], $col+1, $lc_text);

    if ($column_list[$col] != 'PRODUCT_LIST_DESCRIPTION') {
      $list_box_contents[0][] = array('align' => $lc_align,
                                             'params' => ' class="productListing-heading"',
                                             'text'  => "&nbsp;" . $lc_text . "&nbsp;");
    }

  }
    // Products Description Hack ends

  if ($listing_split->number_of_rows > 0) {
    $rows = 0;
    $listing_query = tep_db_query($listing_split->sql_query);
    while ($listing = tep_db_fetch_array($listing_query)) {

      $rows++;

      if (($rows/2) == floor($rows/2)) {
        $list_box_contents[] = array('params' => 'class="productListing-even"');
      } else {
        $list_box_contents[] = array('params' => 'class="productListing-odd"');
      }

      $cur_row = sizeof($list_box_contents) - 1;
    if ($manufacturerHeading != $listing['manufacturers_name'])   {

   $manufacturerHeading = $listing['manufacturers_name'];

   $lc_text = '&nbsp;' . tep_image(DIR_WS_IMAGES . $listing['manufacturers_image'], $listing['manufacturers_name'], '', 40) . '&nbsp;';

   $list_box_contents[$cur_row][] = array('align' => '',

                                          'params' => 'class="productListing-heading"',

                                          'text'  => $lc_text);

   for ($col=0, $n=sizeof($column_list)-1; $col<$n; $col++) {

       $list_box_contents[$cur_row][] = array('align' => $lc_align,

                                              'params' => 'width="100%" class="productListing-heading"',

                                              'text'  => '');  

}

   $rows++;

   if (($rows/2) == floor($rows/2)) {

       $list_box_contents[] = array('params' => ' class="productListing-even"');

   } else {

       $list_box_contents[] = array('params' => 'class="productListing-odd"');

   }

   $cur_row ++;

}
      for ($col=0, $n=sizeof($column_list); $col<$n; $col++) {
        $lc_align = '';
// Products Description Hack begins
        $lc_params = '';
        // Products Description Hack ends
        switch ($column_list[$col]) {
          case 'PRODUCT_LIST_MODEL':
            $lc_align = '';
            $lc_text = '&nbsp;' . $listing['products_model'] . '&nbsp;';
            break;
            
          case 'PRODUCT_LIST_NAME':
            $lc_align = '';
            if (isset($HTTP_GET_VARS['manufacturers_id'])) {
              $lc_text = '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'manufacturers_id=' . $HTTP_GET_VARS['manufacturers_id'] . '&products_id=' . $listing['products_id']) . '">' . $listing['products_name'] . '</a>';
            } else {
              $lc_text = '&nbsp;<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing['products_id']) . '">' . $listing['products_name'] . '</a>&nbsp;';
            }
            break;
            // Products Description Hack begins
          case 'PRODUCT_LIST_DESCRIPTION':
            $lc_text = '&nbsp;' . osc_trunc_string(strip_tags($listing['products_description'], '<a><b><em><font><i><s><span><strong><sub><sup><u>'), PRODUCT_LIST_DESCRIPTION_LENGTH) . '&nbsp;';
            $col_to_span = sizeof($column_list)-1;
            if (PRODUCT_LIST_IMAGE > 0) {
              $col_to_span -= 1;
            }
            $lc_params = 'colspan="' . $col_to_span . '" ';
            break;
          // Products Description Hack ends
          case 'PRODUCT_LIST_MANUFACTURER':
            $lc_align = '';
            $lc_text = '&nbsp;<a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $listing['manufacturers_id']) . '">' . $listing['manufacturers_name'] . '</a>&nbsp;';
            break;
          case 'PRODUCT_LIST_PRICE':
            $lc_align = 'right';
            if (tep_not_null($listing['specials_new_products_price'])) {
              $lc_text = '&nbsp;<s>' .  $currencies->display_price($listing['products_price'], tep_get_tax_rate($listing['products_tax_class_id'])) . '</s>&nbsp;&nbsp;<span class="productSpecialPrice">' . $currencies->display_price($listing['specials_new_products_price'], tep_get_tax_rate($listing['products_tax_class_id'])) . '</span>&nbsp;';
            } else {
              $lc_text = '&nbsp;' . $currencies->display_price($listing['products_price'], tep_get_tax_rate($listing['products_tax_class_id'])) . '&nbsp;';
            }
            break;// BOF Bundled Products
          case 'PRODUCT_LIST_QUANTITY':
            $lc_align = 'right';
            $lc_text = '&nbsp;' . tep_get_products_stock($listing['products_id']) . '&nbsp;';
            break;
          // EOF Bundled Products// START: display min. order. qty. mod
          case 'PRODUCT_LIST_MIN_ORDER_QTY':
            $lc_align = '';
            $lc_text = '&nbsp;' . $listing['products_min_order_qty'] . '&nbsp;';
            break;
          // END: display min. order. qty. mod
          case 'PRODUCT_LIST_WEIGHT':
            $lc_align = 'right';
            $lc_text = '&nbsp;' . $listing['products_weight'] . '&nbsp;';
            break;
         /* case 'PRODUCT_LIST_IMAGE':
            $lc_align = 'center';
            if (isset($HTTP_GET_VARS['manufacturers_id'])) {
              $lc_text = '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'manufacturers_id=' . $HTTP_GET_VARS['manufacturers_id'] . '&products_id=' . $listing['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $listing['products_image'], $listing['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a>';
            } else {
              $lc_text = '&nbsp;<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $listing['products_image'], $listing['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a>&nbsp;'; */
              case 'PRODUCT_LIST_IMAGE':
$lc_align = 'center';
if (isset($HTTP_GET_VARS['manufacturers_id']))
{
$lc_text = '<a href="' . tep_href_link(DIR_WS_IMAGES . $listing['products_image']) . '" rel="lightbox[products]" title="' . $listing['products_id'] . '">'. tep_image(DIR_WS_IMAGES . $listing['products_image'], $listing['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a>';
}
else
{
$lc_text = '<a href="' . tep_href_link(DIR_WS_IMAGES . $listing['products_image']) . '" rel="lightbox[products]" title="' . $listing['products_id'] . '">'. tep_image(DIR_WS_IMAGES . $listing['products_image'], $listing['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a> ';

            // Products Description Hack begins
            if (PRODUCT_LIST_DESCRIPTION > 0) {
              $lc_params = 'rowspan="2" ';
            }
            // Products Description Hack ends

            }
            break;
          case 'PRODUCT_LIST_BUY_NOW':              
$lc_align = 'center';  
//$lc_text = '<a href="' . tep_href_link(basename($PHP_SELF),  tep_get_all_get_params(array('action')) .  'action=buy_now&products_id=' . $listing['products_id']) . '">'  . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) .  '</a>&nbsp;';
$lc_text = '<input type=button value="  -1" onclick="java script:changeValue(document.getElementById(\'add_id_'.$listing['products_id'].'\'),-1);return  false;"><input type="text" name="add_id['.$number_of_products.']"  id="add_id_'.$listing['products_id'].'" value="0" size="4"><input  type=button value="+1" onclick="java script:changeValue(document.getElementById(\'add_id_'.$listing['products_id'].'\'),1);return  false;">';
$lc_text .= '<input type="hidden"  name="products_id['.$number_of_products.']"  value="'.$listing['products_id'].'">';              
break;          
} // Products Description Hack begins
        $lc_params .= 'class="productListing-data"';
        if ($column_list[$col] == 'PRODUCT_LIST_DESCRIPTION') {
          $list_box_contents[$cur_row][] = array('align' => $lc_align,
                                                 'params' => $lc_params,
                                                 'text' => $lc_text,
                                                 'desc_flag' => 'true');
        } else {
          $list_box_contents[$cur_row][] = array('align' => $lc_align,
                                                 'params' => $lc_params,
                                                 'text'  => $lc_text);
        }
        // Products Description Hack ends
      }
    }

    new productListingBox($list_box_contents);
  } else {
    $list_box_contents = array();

    $list_box_contents[0] = array('params' => 'class="productListing-odd"');
    $list_box_contents[0][] = array('params' => 'class="productListing-data"',
                                   'text' => TEXT_NO_PRODUCTS);

    new productListingBox($list_box_contents);
  }

  if ( ($listing_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '2') || (PREV_NEXT_BAR_LOCATION == '3')) ) {
?>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
  <tr>
    <td class="smallText"><?php echo $listing_split->display_count(TEXT_DISPLAY_NUMBER_OF_PRODUCTS); ?></td>
    <td class="smallText" align="right"><?php echo TEXT_RESULT_PAGE . ' ' . $listing_split->display_links(MAX_DISPLAY_PAGE_LINKS, tep_get_all_get_params(array('page', 'info', 'x', 'y'))); ?></td>
  </tr>
</table>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td align="right" class="main"><?php echo tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td>
  </tr>
</table>
</form>
<?php
  }
?>