Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Product Image Not Showing in Cart

This is a discussion on Product Image Not Showing in Cart within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Hello, I have a slight problem when adding any product to the cart, the image does not show. Although, the ...

      
  1. #1
    New Member
    Join Date
    Mar 2007
    Location
    France
    Posts
    29
    Rep Power
    0


    Default Product Image Not Showing in Cart

    Hello,
    I have a slight problem when adding any product to the cart, the image does not show. Although, the HTML code shows the linked image in the <table><tr><td> but not showing, there's even no red cross for the image. I thought the path was wrong but when I write the whole path in the code it's the same.

    Anyone have an idea ? Is there a relation with Dynamic MoPics ?

    Any suggestion welcomed

    Thanks

    Patrick

  2. #2
    New Member
    Join Date
    Mar 2007
    Location
    France
    Posts
    29
    Rep Power
    0


    Default Re: Product Image Not Showing in Cart

    Anyone has an answer or ever had this problem ?

    Thanks

  3. #3
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: Product Image Not Showing in Cart

    Post the full code or a link to the site so it can be checked.....

    Possibly a problem with your configure.php file or with the directory the images are in - make sure you do a proper chmod 744 or 755 on the directory.
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  4. #4
    New Member
    Join Date
    Mar 2007
    Location
    France
    Posts
    29
    Rep Power
    0


    Default Re: Product Image Not Showing in Cart

    Hello, here'sthe code of shopping_cart.tpl.php , hope you see something.
    The configure files are OK and the chmod of the directories too. It's only this page which shows problem with the images.

    PHP Code:
    <?php echo tep_draw_form('cart_quantity'tep_href_link(FILENAME_SHOPPING_CART'action=update_product')); ?><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 HEADING_TITLE?></td>
    <!--        <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES 'table_background_cart.gif'HEADING_TITLEHEADING_IMAGE_WIDTHHEADING_IMAGE_HEIGHT); ?></td>-->
              </tr>
            </table></td>
          </tr>
          <tr>
            <td><?php echo tep_draw_separator('pixel_trans.gif''100%''10'); ?></td>
          </tr>
    <?php
      
    if ($cart->count_contents() > 0) {
    ?>
          <tr>
            <td class="infoBoxHeading">
    <?php
        $info_box_contents 
    = array();
        
    $info_box_contents[0][] = array('align' => 'center',
                                        
    'params' => 'class="productListing-heading"',
                                        
    'text' => TABLE_HEADING_REMOVE);
        
    $info_box_contents[0][] = array('params' => 'class="productListing-heading"',
                                        
    'text' => TABLE_HEADING_PRODUCTS);
        
    $info_box_contents[0][] = array('align' => 'center',
                                        
    'params' => 'class="productListing-heading"',
                                        
    'text' => TABLE_HEADING_QUANTITY);
        
    $info_box_contents[0][] = array('align' => 'right',
                                        
    'params' => 'class="productListing-heading"',
                                        
    'text' => TABLE_HEADING_TOTAL);
        
    $any_out_of_stock 0;
        
    $products $cart->get_products();
        for (
    $i=0$n=sizeof($products); $i<$n$i++) {
    // Push all attributes information in an array
          
    if (isset($products[$i]['attributes']) && is_array($products[$i]['attributes'])) {
            while (list(
    $option$value) = each($products[$i]['attributes'])) {
              echo 
    tep_draw_hidden_field('id[' $products[$i]['id'] . '][' $option ']'$value);
    //++++ QT Pro: Begin Changed code
              
    $attributes tep_db_query("select popt.products_options_name, popt.products_options_track_stock, poval.products_options_values_name, pa.options_values_price, pa.price_prefix
                                          from " 
    TABLE_PRODUCTS_OPTIONS " popt, " TABLE_PRODUCTS_OPTIONS_VALUES " poval, " TABLE_PRODUCTS_ATTRIBUTES " pa
                                          where pa.products_id = '" 
    $products[$i]['id'] . "'
                                           and pa.options_id = '" 
    $option "'
                                           and pa.options_id = popt.products_options_id
                                           and pa.options_values_id = '" 
    $value "'
                                           and pa.options_values_id = poval.products_options_values_id
                                           and popt.language_id = '" 
    $languages_id "'
                                           and poval.language_id = '" 
    $languages_id "'");
    //++++ QT Pro: End Changed Code            
              
    $attributes_values tep_db_fetch_array($attributes);
              
    $products[$i][$option]['products_options_name'] = $attributes_values['products_options_name'];
              
    $products[$i][$option]['options_values_id'] = $value;
              
    $products[$i][$option]['products_options_values_name'] = $attributes_values['products_options_values_name'];
              
    $products[$i][$option]['options_values_price'] = $attributes_values['options_values_price'];
              
    $products[$i][$option]['price_prefix'] = $attributes_values['price_prefix'];
    //++++ QT Pro: Begin Changed code
              
    $products[$i][$option]['track_stock'] = $attributes_values['products_options_track_stock'];
    //++++ QT Pro: End Changed Code
            
    }
          }
        }
    //change dropdown
    /*
     for ($s=0 ; $s<NUM_PROD_MAXORD; $s++) {
     $z =  $s+1;
     $options[] = array('id' => $z,
            'text' => $z); 
     }
    */
    //end change dropdown
    //modification start for dropdown
    /* 
       for ($i=0 ; $i<NUM_PROD_MAXORD; $i++) {
      
                $options[$i][id] = ($i+1);
                $options[$i][text] = ($i+1);
      }
    */
    //modification end for dropdown
    //modification start for dropdown
     
    for ($j=$j<NUM_PROD_MAXORD$j++) {
      
    $options[$j][id] = ($j+1);
      
    $options[$j][text] = ($j+1);
     }
    //modification end for dropdown

        
    for ($i=0$n=sizeof($products); $i<$n$i++) {
          if ((
    $i/2) == floor($i/2)) {
            
    $info_box_contents[] = array('params' => 'class="productListing-even"');
          } else {
            
    $info_box_contents[] = array('params' => 'class="productListing-odd"');
          }
          
    $cur_row sizeof($info_box_contents) - 1;
          
    $info_box_contents[$cur_row][] = array('align' => 'center',
                                                 
    'params' => 'class="productListing-data" valign="top"',
    //  DEBUT  Ajout Automatic Remove Product From Cart
    //                                           'text' => tep_draw_checkbox_field('cart_delete[]', $products[$i]['id']));
    //                                           'text' => '<a href="' . tep_href_link(FILENAME_SHOPPING_CART, 'action=remove_product&products_id='.$products[$i]['id']) . '">' . tep_image_button('button_remove.gif', IMAGE_BUTTON_REMOVE) . '</a>');
                
    'text' => tep_draw_checkbox_field('cart_delete[]'$products[$i]['id'],'''onclick="document.cart_quantity.submit();"',false));
    //                                           'text' => '<a href="' . tep_href_link(FILENAME_SHOPPING_CART, 'action=remove_product&products_id='.$products[$i]['id']) . '">' . tep_image_button('button_remove.gif', IMAGE_BUTTON_REMOVE) . ' ? </a><br>' 
    //            . tep_draw_checkbox_field('cart_delete[]', $products[$i]['id'],'', 'onclick="document.cart_quantity.submit();"',false)
    //            );
    //  FIN   Ajout Automatic Remove Product From Cart  

        
    $shopping_cart_query tep_db_query("select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from " TABLE_PRODUCTS " p, " TABLE_PRODUCTS_DESCRIPTION " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id "'");
        
    $shopping_cart tep_db_fetch_array($shopping_cart_query);
        
    $product_image $shopping_cart['products_image'];

    //// BEGIN:  Added for Dynamic MoPics v3.000
    /*
        if (tep_not_null($shopping_cart['products_image'])) {
      $image_lg = mopics_get_imagebase($product_image, DIR_WS_IMAGES . DYNAMIC_MOPICS_BIGIMAGES_DIR);
      if ($lg_image_ext = mopics_file_exists(DIR_FS_CATALOG . $image_lg, DYNAMIC_MOPICS_BIG_IMAGE_TYPES)) {
       $image_size = @getimagesize(DIR_FS_CATALOG . $image_lg . '.' . $lg_image_ext);
       } else {
                    echo tep_image(DIR_WS_IMAGES . $product_image, stripslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);
       }
        }
    */
    //// END:  Added for Dynamic MoPics v3.000
    /*
         $products_name = '<table border="0" cellspacing="0" cellpadding="0">' .
                           '  <tr>' .
                           '    <td class="productListing-data" align="center"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products[$i]['id']) . '">' . tep_image('http://www.ethnova.fr/' . DIR_WS_IMAGES . $products[$i]['image'], $products[$i]['name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a></td>' .
                           '    <td class="productListing-data" valign="top"><a style="color:#663300; font-size:12px" href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products[$i]['id']) . '"><b>' . $products[$i]['name'] . '</b></a><div style="color:#CFD0D1; font-size:11px">'.preg_replace('/sS*$/i', '', substr($products[$i]['description'], 0, 80)).'</div>';
    */
          
    $products_name '<table border="0" cellspacing="0" cellpadding="0">' .
                           
    '  <tr>' .
                           
    '    <td class="productListing-data" align="center"><a href="' tep_href_link(FILENAME_PRODUCT_INFO'products_id=' $products[$i]['id']) . '">' tep_image('http://www.ethnova.fr/' DIR_WS_IMAGES $products[$i]['image'], $products[$i]['name'], HEADING_IMAGE_WIDTHHEADING_IMAGE_HEIGHT) . '</a></td>' .
                           
    '    <td class="productListing-data" valign="top"><a style="color:#663300; font-size:12px" href="' tep_href_link(FILENAME_PRODUCT_INFO'products_id=' $products[$i]['id']) . '"><b>' $products[$i]['name'] . '</b><!--</a><div style="color:#CFD0D1; font-size:11px">'.preg_replace('/sS*$/i'''substr($products[$i]['description'], 080)).'</div>-->';
     
     

          if (
    STOCK_CHECK == 'true') {
    //++++ QT Pro: Begin Changed code
            
    if (isset($products[$i]['attributes']) && is_array($products[$i]['attributes'])) {
              
    $stock_check tep_check_stock($products[$i]['id'], $products[$i]['quantity'], $products[$i]['attributes']); 
            }else{
              
    $stock_check tep_check_stock($products[$i]['id'], $products[$i]['quantity']);
            }
    //++++ QT Pro: End Changed Code
            
    if (tep_not_null($stock_check)) {
              
    $any_out_of_stock 1;
              
    $products_name .= $stock_check;
            }
          }
          if (isset(
    $products[$i]['attributes']) && is_array($products[$i]['attributes'])) {
            
    reset($products[$i]['attributes']);
            while (list(
    $option$value) = each($products[$i]['attributes'])) {
              
    $products_name .= '<br><small><i> - ' $products[$i][$option]['products_options_name'] . ' ' $products[$i][$option]['products_options_values_name'] . '</i></small>';
            }
          }
          
    $products_name .= '    </td>' .
                            
    '  </tr>' .
                            
    '</table>';
          
    $info_box_contents[$cur_row][] = array('params' => 'class="productListing-data"',
                                                 
    'text' => $products_name);
          
    $info_box_contents[$cur_row][] = array('align' => 'center',
                                                 
    'params' => 'class="productListing-data" valign="top"',
    //                                           'text' => tep_draw_input_field('cart_quantity[]', $products[$i]['quantity'], 'size="4"') . tep_draw_hidden_field('products_id[]', $products[$i]['id']));
    //                                           'text' => tep_draw_input_field('cart_quantity[]', $products[$i]['quantity'], 'size="4" onblur="document.cart_quantity.submit();"') . tep_draw_hidden_field('products_id[]', $products[$i]['id']));
    //change dropdown
                                                 
    'text' => tep_draw_pull_down_menu('cart_quantity[]'$options$products[$i]['quantity'], 'onchange="this.form.submit()" style="width: 100%"').tep_draw_hidden_field('products_id[]'$products[$i]['id']));
    //end change dropdown            

                
          
    $info_box_contents[$cur_row][] = array('align' => 'right',
                                                 
    'params' => 'class="productListing-data" valign="top"',
                                                 
    'text' => '<b>' $currencies->display_price($products[$i]['final_price'], tep_get_tax_rate($products[$i]['tax_class_id']), $products[$i]['quantity']) . '</b>');
        }
        new 
    productListingBox($info_box_contents);
    ?>
            </td>
          </tr>
          <tr>
            <td><?php echo tep_draw_separator('pixel_trans.gif''100%''10'); ?></td>
          </tr>
          <tr>
            <td align="right" class="main"><b><?php echo SUB_TITLE_SUB_TOTAL?> <?php echo $currencies->format($cart->show_total()); ?></b></td>
          </tr>
    <?php
        
    if ($any_out_of_stock == 1) {
          if (
    STOCK_ALLOW_CHECKOUT == 'true') {
    ?>
          <tr>
            <td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CAN_CHECKOUT?></td>
          </tr>
    <?php
          
    } else {
    ?>
          <tr>
            <td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CANT_CHECKOUT?></td>
          </tr>
    <?php
          
    }
        }
    ?>
          <tr>
            <td><?php echo tep_draw_separator('pixel_trans.gif''100%''10'); ?></td>
          </tr>
          <tr>
    <!--    <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">-->
            <td><table border="0" width="100%" cellspacing="1" cellpadding="2">
              <tr class="infoBoxContents">
                <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
                  <tr>
                    <td width="10"><?php echo tep_draw_separator('pixel_trans.gif''10''1'); ?></td>
    <!--            <td class="main"><?php echo tep_image_submit('button_update_cart.gif'IMAGE_BUTTON_UPDATE_CART); ?></td>-->
    <?php
        $back 
    sizeof($navigation->path)-2;
        if (isset(
    $navigation->path[$back])) {
    ?>
    <!--            <td align="right" class="main"><?php //echo '<a href="' . tep_href_link($navigation->path[$back]['page'], tep_array_to_string($navigation->path[$back]['get'], array('action')), $navigation->path[$back]['mode']) . '">' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'; ?></td>-->
    <?php
        
    }
    ?>
                    <td align="right" class="main">
        <?php echo '<a href="' tep_href_link($navigation->path[$back]['page'], tep_array_to_string($navigation->path[$back]['get'], array('action')), $navigation->path[$back]['mode']) . '">' tep_image_button('button_continue_shopping.gif'IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'?>
        <?php echo '<a href="' tep_href_link(FILENAME_CHECKOUT_SHIPPING'''SSL') . '">' tep_image_button('button_checkout.gif'IMAGE_BUTTON_CHECKOUT) . '</a>'?></td>
                    <td width="10"><?php echo tep_draw_separator('pixel_trans.gif''10''1'); ?></td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
          </tr>
    <?
    // Impulse Item START...
       
    if (SHOW_IMPULSEITEM == "true") {
    ?>
    <?php
    //    include ('specials_checkout.php')  //Impulse Item by jfj   
        
    include(DIR_WS_MODULES FILENAME_SPECIALS_CHECKOUT); ?>
    <?
       
    }
    // Impulse Item END...
    ?>
    <?php
      
    } else {
    ?>
          <tr>
            <td align="center" class="main"><?php new infoBox(array(array('text' => TEXT_CART_EMPTY))); ?></td>
          </tr>
          <tr>
            <td><?php echo tep_draw_separator('pixel_trans.gif''100%''10'); ?></td>
          </tr>
          <tr>
            <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
              <tr class="infoBoxContents">
                <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
                  <tr>
                    <td width="10"><?php echo tep_draw_separator('pixel_trans.gif''10''1'); ?></td>
                    <td align="right" class="main"><?php echo '<a href="' tep_href_link(FILENAME_DEFAULT) . '">' tep_image_button('button_continue.gif'IMAGE_BUTTON_CONTINUE) . '</a>'?></td>
                    <td width="10"><?php echo tep_draw_separator('pixel_trans.gif''10''1'); ?></td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
          </tr>
    <?php
      
    }
    ?>
        </table></form>
    Thanks and regards¨

    Patrick

  5. #5
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: Product Image Not Showing in Cart

    Sorry, my bad, need the out put code......
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  6. #6
    New Member
    Join Date
    Mar 2007
    Location
    France
    Posts
    29
    Rep Power
    0


    Default Re: Product Image Not Showing in Cart

    Here's the HTML code.
    The problem is between <!-- Début Module 6 --> and <!-- Fin Module 6 -->
    As you will see the path to the image is correct.
    Hope you see something. Regards. Patrick

    Code:
    <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"><html dir="LTR" lang="fr"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Contenu panier : osCMax v2.0</title><base href="http://www.ethnova.fr/"><meta name="description" content="osCMax v2.0 : Contenu panier - Boucles d'oreilles,Bracelets fantaisie,Colliers fantaisie,Croix,Parures,test-fr," ><meta name="keywords" content="Boucles d'oreilles,Bracelets fantaisie,Colliers fantaisie,Croix,Parures,test-fr,Contenu panier" ><!--<meta name="robots" content="index,follow,all">--><!--<link rel="stylesheet" type="text/css" href="">--><link rel="stylesheet" type="text/css" href="templates/ethnova/ethnova.css"><link rel="stylesheet" type="text/css" href="templates/ethnova/mymenu.css"><link rel="stylesheet" type="text/css" href="templates/ethnova/lightbox.css"><!--<link rel="stylesheet" type="text/css" href="">--><link rel="stylesheet" type="text/css" href="templates/fallback/print.css" media="print"><link rel="stylesheet" type="text/css" href="templates/ethnova/coolmenu.css"><!--[if lte IE 5]><link rel="stylesheet" type="text/css" href="templates/ethnova/ethnova-ie.css"><![endif]--><!--[if lt IE 7.]>	<script defer type="text/javascript" src="js/pngfix.js"></script>	<link href="skins/default/style_ie6.css" rel="stylesheet" type="text/css" /><![endif]--><script type="text/javascript" src="templates/ethnova/js/prototype.js"></script>
    <script type="text/javascript" src="templates/ethnova/js/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="templates/ethnova/js/lightbox.js"></script><style type="text/css"><!--#informationBox br {display: none;}#informationBox a {display: block;}#informationBox a:hover {background: #eee;}--></style>
    <!-- coolMenu //-->
    <!-- coolMenu_eof //-->
    <link rel="stylesheet" type="text/css" href="dynamic_mopics.css"><script language="javascript" type="text/javascript"><!--	function popupImage(url, imageHeight, imageWidth) {		var newImageHeight = (parseInt(imageHeight) + 40);		var yPos = ((screen.height / 2) - (parseInt(newImageHeight) / 2));		var xPos = ((screen.width / 2) - (parseInt(imageWidth) / 2));		imageWindow = window.open(url,'popupImages','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=' + imageWidth + ',height=' + newImageHeight + ',screenY=' + yPos + ',screenX=' + xPos + ',top=' + yPos + ',left=' + xPos);		imageWindow.moveTo(xPos, yPos);		imageWindow.resizeTo(parseInt(imageWidth), parseInt(newImageHeight));		if (window.focus) {			imageWindow.focus();		}	}//--></script><link rel="shortcut icon" href="http://www.oscmax.com/forums/images/ethnova-favicon.ico" >
    <!--<script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript" src="stmenu.js"></script>
    <script type="text/javascript" src="stmenu-reel-telecharge.js"></script>
    <script type="text/javascript" src="stcode.js"></script>
    <script type="text/javascript" src="steffie.js"></script>
    <script type="text/javascript" src="steffrect.js"></script>
    <script type="text/javascript" src="steffslip.js"></script>-->
    </head>
    <body>
     <!-- coolMenu //-->
      <!-- coolMenu_eof //--><!-- warnings //--><!-- warning_eof //--><!--"CSS driven Layout for Ethnova" template for ethnova.fr, Copyright: Patrick Bardet, France 15/08/52008--><div id="pageEntiere"><!-- <div id="fondsEntete">--><!-- DEBUT Module 1 -->
      <div id="kw">
            <!-- Vente en ligne de bijoux fantaisie baroques ethniques m&eacute;di&eacute;vaux bracelets colliers boucles d'oreille croix parures-->
              Vente en ligne de bijoux fantaisie création colliers pendentifs boucles d'oreilles bracelets croix parures  </div><!-- FIN   Module 1 -->
     <!-- DEBUT   Bandeau Défilant  --><!--	<div id="bandeauDefilant">
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="950" height="19">
            <param name="movie" value="/flash/defilantFlash.swf">
            <param name="quality" value="high">
            <param name="menu" value="false">
        <embed src="/flash/defilantFlash.swf" width="950" height="19" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
              </object>    	</div>-->
        <!-- FIN   Bandeau Défilant  --><!-- DEBUT Module 2 -->	<div id="logoEthnova"><img src="templates/ethnova/images/logo-ethnova.jpg"></div>	<div id="liensEthnova">
             <ul>
               <li>Mon compte</li>
               <li>Mes achats</li>
               <li>Promotions</li>
               <li>Soldes</li>
               <li>Carte de fid&eacute;lit&eacute;</li><!--       <li>--><!--       </li>-->
             </ul>
      </div><!-- FIN   Module 2 -->
     <!--</div>--><!-- DEBUT Module 3 -->
        <div id="menuEthnova">	    <div id="menuDateEthnova">
           <!--Bienvenue sur ethnova.fr ! Nous sommes le -->
              Fabrication artisanale fran&ccedil;aise&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;          <a href="http://www.ethnova.fr/shopping_cart.php?language=fr"><img src="includes/languages/french/images/icon.gif" border="0" alt="Français" title=" Français " width="24" height="15"></a>&nbsp;<a href="http://www.ethnova.fr/shopping_cart.php?language=en"><img src="includes/languages/english/images/icon.gif" border="0" alt="English" title=" English " width="24" height="15"></a>&nbsp;         </div>
            <div id="menuProduitsEthnova">
              <ul>
                <li><a title="Colliers pendentifs Ethnova" href="colliers-fantaisie-c-3.html"><span>Colliers pendentifs</span></a></li>
                <li><a title="Boucles d'oreille Ethnova" href="boucles-d-oreille-fantaisie-c-1.html"><span>Boucles d'oreille</span></a></li>
                <li><a title="Bracelets Ethnova" href="bracelets-fantaisie-c-2.html"><span>Bracelets</span></a></li>
                <li><a title="Croix Ethnova" href="croix-medievales-c-4.html"><span>Croix</span></a></li>
                <li><a title="Parures Ethnova" href="parures-fantaisie-c-5.html"><span>Parures</span></a></li>
              </ul>
            </div><!--        <br style="clear: both" />-->
        </div>
        <div id="barreHorizontale"></div><!-- FIN   Module 3 --><!-- DEBUT Module 4 --><!--	<div id="flashEthnova">
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="960" height="250">
         <param name="movie" value="http://www.oscmax.com/forums/images/flashethnova.swf">
         <param name="quality" value="high">
         <param name="menu" value="false">
         <embed src="http://www.oscmax.com/forums/images/flashethnova.swf" width="960" height="250" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
           </object>	</div>-->
        <!-- FIN   Module 4 --><!-- DEBUT Module 5 -->
      <div id="filAriane">
             <div class="breadCrumb"><a href="http://www.ethnova.fr" class="headerNavigation">Accueil</a> &raquo; <a href="http://www.ethnova.fr/index.php" class="headerNavigation">Catalogue</a> &raquo; <a href="http://www.ethnova.fr/shopping_cart.php" class="headerNavigation">Contenu panier</a></div>
        </div>
      <!-- FIN   Module 5 --><!-- begin boxes1Frame --><!--  <div id="contenuGauche">
      </div>--><!-- end boxes1Frame --><!-- DEBUT Module 6 -->
        <div id="contenuCentre">	        <form name="cart_quantity" action="http://www.ethnova.fr/shopping_cart.php?action=update_product" method="post"><table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr>
            <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
              <tr>
                <td class="pageHeading">Contenu de mon caddie&nbsp;</td><!--        <td class="pageHeading" align="right"><img src="http://www.oscmax.com/forums/images/table_background_cart.gif" border="0" alt="Contenu de mon caddie&nbsp;" title=" Contenu de mon caddie&nbsp; " width="80" height="106"></td>-->
              </tr>
            </table></td>
          </tr>
          <tr>
            <td><img src="http://www.oscmax.com/forums/images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
          </tr>
          <tr>
            <td class="infoBoxHeading"><table border="0" width="100%" cellspacing="0" cellpadding="2" class="productListing">
      <tr>
        <td align="center" class="productListing-heading">Supprimer</td>
        <td class="productListing-heading">Produit(s)</td>
        <td align="center" class="productListing-heading">Qt&eacute;.</td>
        <td align="right" class="productListing-heading">Total</td>
      </tr>
      <tr class="productListing-even">
        <td align="center" class="productListing-data" valign="top"><input type="checkbox" name="cart_delete[]" value="1" onclick="document.cart_quantity.submit();"></td>
        <td class="productListing-data"><table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="productListing-data" align="center"><a href="http://www.ethnova.fr/boucle-d-oreille-fantaisie-medieval-p-1.html"><img src="http://www.ethnova.fr/images/E3000_BO.jpg" border="0" alt="Boucle d'oreille fantaisie médiéval (E3000)" title=" Boucle d'oreille fantaisie médiéval (E3000) " width="80" height="106"></a></td>
        <td class="productListing-data" valign="top"><a style="color:#663300; font-size:12px" href="http://www.ethnova.fr/boucle-d-oreille-fantaisie-medieval-p-1.html"><b>Boucle d'oreille fantaisie médiéval (E3000)</b><!--</a><div style="color:#CFD0D1; font-size:11px"></div>-->
        </td>
      </tr></table></td>
        <td align="center" class="productListing-data" valign="top"><select name="cart_quantity[]" onchange="this.form.submit()" style="width: 100%"><option value="1" SELECTED>1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option><option value="10">10</option></select><input type="hidden" name="products_id[]" value="1"></td>
        <td align="right" class="productListing-data" valign="top"><b>21.53€</b></td>
      </tr></table>
            </td>
          </tr>
          <tr>
            <td><img src="http://www.oscmax.com/forums/images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
          </tr>
          <tr>
            <td align="right" class="main"><b>Sous-total&nbsp;: 21.53€</b></td>
          </tr>
          <tr>
            <td><img src="http://www.oscmax.com/forums/images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
          </tr>
          <tr><!--    <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">-->
            <td><table border="0" width="100%" cellspacing="1" cellpadding="2">
              <tr class="infoBoxContents">
                <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
                  <tr>
                    <td width="10"><img src="http://www.oscmax.com/forums/images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td><!--            <td class="main"><input type="image" src="includes/languages/french/images/buttons/button_update_cart.gif" border="0" alt="Actualiser le panier" title=" Actualiser le panier "></td>--><!--            <td align="right" class="main"></td>-->
                    <td align="right" class="main">
    				<a href="http://www.ethnova.fr/index.php?products_id=1"><img src="includes/languages/french/images/buttons/button_continue_shopping.gif" border="0" alt="Continuer les achats" title=" Continuer les achats " width="130" height="24"></a>
    				<a href="http://www.ethnova.fr/checkout_shipping.php"><img src="includes/languages/french/images/buttons/button_checkout.gif" border="0" alt="Commander" title=" Commander " width="90" height="24"></a></td>
                    <td width="10"><img src="http://www.oscmax.com/forums/images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
          </tr>
        </table></form>
        </div><!-- FIN   Module 6 -->
        <div id="basPage"> 	<!-- DEBUT Module 7 -->
        <div id="liensBasPage"><!--    <h2>
            </h2>-->
            <div id="liensBasPageColonne1">La Boutique Ethnova         <ul>
               <li><a title="Colliers pendentifs" href="http://www.ethnova.fr/colliers-fantaisie-c-3.html">Colliers pendentifs</a></li>
     <!-- Colliers -->
               <li><a title="Boucles d'oreilles" href="http://www.ethnova.fr/boucles-d-oreilles-fantaisie-c-1.html">Boucles d'oreilles</a></li>
     <!-- B.O. -->
               <li><a title="Bracelets" href="http://www.ethnova.fr/bracelets-fantaisie-c-2.html">Bracelets</a></li>
     <!-- Bracelets -->
               <li><a title="Croix" href="http://www.ethnova.fr/croix-medievales-c-4.html">Croix</a></li>
     <!-- Croix -->
               <li><a title="Parures" href="http://www.ethnova.fr/parures-fantaisie-c-5.html">Parures</a></li>
     <!-- Parures --><!--       <li><a href="http://www.ethnova.fr/privacy.php">Confidentialit&eacute;</a></li>
               <li><a href="http://www.ethnova.fr/-c-71.html" title="Pôeles mexicains"></a></li>--><!--       <li><a href="">
      </a></li>--><!--       <li><a title="Accueil Ethnova bijoux fantaisie" href="http://www.ethnova.fr/index.php">Accueil</a></li>-->
     <!-- Accueil --><!--       <li><a title="Boucles d'oreille fantaisie" href="boucles-d-oreille-fantaisie-c-1.html">Boucles d'oreille</a></li>
                <li><a title="Bracelets fantaisie" href="bracelets-fantaisie-c-2.html">Bracelets</a></li>
                <li><a title="Colliers fantaisie" href="colliers-fantaisie-c-3.html">Colliers</a></li>
                <li><a title="Croix médiévales fantaisie" href="croix-medievales-c-4.html">Croix</a></li>
                <li><a title="Parures fantaisie Ethnova" href="parures-fantaisie-c-5.html">Parures</a></li>-->
             </ul>
            </div>
            <div id="liensBasPageColonne2">L'actualit&eacute; Ethnova         <ul><!--       <li><a title="Télécharger notre catalogue produit" href="http://www.ethnova.fr/pdf_catalogue_info.php">Catalogue t&eacute;l&eacute;chargeable</a></li>-->
     <!-- Catalogue -->
                          <li><a title="Promotions" href="http://www.ethnova.fr/specials.php">Promotions</a></li>
     <!-- Promotions -->
               <li><a title="Les nouveautés" href="http://www.ethnova.fr/products_new.php">Les nouveautés</a></li>
     <!-- Nouveautés --><!--       <li><a title="Produits à venir" href="http://www.ethnova.fr/includes/modules/upcoming_products.php">Produits à venir</a></li>-->
     <!-- Produits à venir --><!--       <li><a title="Meilleures ventes" href="http://www.ethnova.fr/boxes/best_sellers.php">Meilleures ventes</a></li>-->
     <!-- Meilleures ventes -->
               <li><a title="Produits phares" href="http://www.ethnova.fr/featured_products.php">Produits phares</a></li>
     <!-- Produits recommandés -->
               <li><a title="Commentaires" href="http://www.ethnova.fr/reviews.php">Commentaires</a></li>
     <!-- Commenrtaires produits -->
              </ul>
            </div>
            <div id="liensBasPageColonne3">Clients / Commandes         <ul>
               <li><a title="Mon compte" href="http://www.ethnova.fr/account.php">Mon compte</a></li>
     <!-- Mon Compte -->
               <li><a title="" href="http://www.ethnova.fr/login.php">Se connecter</a></li>
     <!-- Connexion/Déconnexion -->
               <li><a title="Contenu du panier" href="http://www.ethnova.fr/shopping_cart.php">1</a> article(s)</li>
     <!-- Voir mon panier --><!--       <li><a title="Contenu de mon caddie" href="http://www.ethnova.fr/shopping_cart.php">Panier</a></li>-->
     <!-- Mes Achats -->
               <li><a title="Commander" href="http://www.ethnova.fr/checkout_shipping.php">Commander</a></li>
     <!-- Commander -->
              </ul>
            </div>
            <div id="liensBasPageColonne4">Affiliation / Partenariat         <ul>
               <li>Notre programme</li>
               <li>Devenir affili&eacute;</li>
               <li>Promotions</li>
               <li>Soldes</li>
               <li>Carte de fid&eacute;lit&eacute;</li>
             </ul>
            </div>
            <div id="liensBasPageColonne5">Nous Conna&icirc;tre         <ul>
               <li><a title="Confidentialit&eacute;" href="http://www.ethnova.fr/privacy.php">Confidentialit&eacute;</a></li>
     <!-- privacy -->
               <li><a title="Conditions" href="http://www.ethnova.fr/conditions.php">Conditions</a></li>
     <!-- cgv -->
               <li><a title="Nous contacter" href="http://www.ethnova.fr/contact_us.php">Nous contacter</a></li>
     <!-- contact --><!--       <li><a title="" href="">BOX_INFORMATION_LIENS</a></li>-->
     <!-- liens -->
             </ul>
            </div><!--    <p>	    <a href="/index.php" title="Bardage couverture toiture dôme Antonangeli SA"><img src="/icones/logoAnto.jpg" alt="Couverture bardage façades toiture dôme cuivre" border="1" width="180" height="105" /></a>
            Pour toute demande d'information, merci d'utiliser le : <a href="/contact.php" title="Contacter Antonangeli SA">formulaire de contact</a><br /><br />
            Pour contacter directement le service Asistance, merci d'utiliser la page de <a href="/assistance-technique.php" title="Contacter l'assistance Antonangeli SA">contact Assistance Technique</a><br /><br />
        </p>-->	</div><!-- FIN   Module 7 --><!-- DEBUT Module 8 --><!--<br />-->
        <div id="piedPage"><!-- 		<a title="Vente en ligne de bijoux fantaisie baroques ethniques celtiques croix parures " href="index.php">Accueil</a>
     <span class="pipe">|</span> 			<a title="Diaporama bijoux ethniques médiévaux fantaisie" href="galerie-bijoux.php">Galeries bijoux</a>
     <span class="pipe">|</span>			<a title="Nous contacter" href="contact_us.php">Contact</a>
     <span class="pipe">|</span> 			<a title="Connaître Ethnova" href="index.php">Qui sommes nous</a>
     <span class="pipe">|</span>			<a title="Mentions légales Ethnova" href="privacy.php">Informations légales</a>
     <span class="pipe">|</span>			<a title="Plan du site français Ethnova" href="sitemap.php">Plan du site</a>
     <span class="pipe">|</span>    		<a title="Echange de liens" href="echange-liens.php">Echanges de liens</a>     		<a title="Création site internet ecommerce" href="http://www.web-studio-creation.fr">Création de site internet marchand</a>-->
                Actuellement, il y a 1 visiteurs sur le site            <span class="pipe">|</span> 0 client(s) enregistr&eacute;(s)            <span class="pipe">|</span> 1 invit&eacute;(s)<br>
                www.ethnova.fr <span class="pipe">|</span>
     <a href="http://www.ethnova.fr" title="Vente en ligne de bijoux fantaisie baroques ethniques m&eacute;di&eacute;vaux celtiques croix parures">Cr&eacute;ation de bijoux fantaisie</a> &copy; copyright 2008-2009 <span class="pipe">|</span> Web Studio Cr&eacute;ation : <a href="http://www.web-studio-creation.fr" title="Cr&eacute;ation site internet marchand" target="_blank">Cr&eacute;ation de site web ecommerce</a>	</div><!-- FIN   Module 8 -->
        </div></div><!-- FIN   Page Entiere   --></body></html><!--  DEBUT  Bloc Galerie réalisations : raffraichissement des photos à chaque clic  --><!--  FIN    Bloc Galerie réalisations : raffraichissement des photos à chaque clic  -->
    Last edited by jpf; 09-05-2008 at 04:32 PM. Reason: Made more readable

  7. #7
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: Product Image Not Showing in Cart

    Sorry but there is no <!-- D&#233;but Module 6 --> and <!-- Fin Module 6 --> in the code posted.
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  8. #8
    New Member
    Join Date
    Mar 2007
    Location
    France
    Posts
    29
    Rep Power
    0


    Default Re: Product Image Not Showing in Cart

    In the code above you can find
    <!-- DEBUT Module 6 --> and if you scroll down you'll see <!-- FIN Module 6 -->
    The code of the shopping_cart.tpl.php is in between.
    Regards

  9. #9
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: Product Image Not Showing in Cart

    I see a few hard coded references to :
    http://www.oscmax.com/forums/images/pixel_trans.gif
    http://www.oscmax.com/forums/images/flashethnova.swf
    As well as
    http://www.oscmax.com/forums/images/ethnova-favicon.ico

    Which don't exist - it's not even your domain.

    Also I see your missing some language files/entries
    BOX_INFORMATION_LIENS
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  10. #10
    New Member
    Join Date
    Mar 2007
    Location
    France
    Posts
    29
    Rep Power
    0


    Default Re: Product Image Not Showing in Cart

    Hello,
    I don't know where the weird oscmax code comes from but in the body part, it's between comments tags, so no effect.

    I've tried several wayd to shwo the image, even I 've hard-coded the image path in the php file but no way ! It doesn't work.
    I've compared the file with the one in osCommerce MS2.2 and it's the same.

    It's only in the shopping cart page table that the image don't show. I've installed the Impulse Item add-on and the the image of the product shows up right below the cart table, but still not the image in the cart table. Very weird ...

    Can anyone send me a URL to an oscMax website that shows correct images in the cart ?

    Any suggestions welcomed.

    Thanks

    Patrick

Page 1 of 3 123 LastLast

Similar Threads

  1. product price = 0 remove "add to cart image"
    By yulises in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 04-23-2008, 10:14 AM
  2. header bar css not showing my account, cart, checkout in IE
    By cawheelz in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 11-13-2005, 08:06 PM
  3. Visitors cart not showing???
    By Redeye_Joe in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 08-23-2005, 04:56 PM
  4. Specials Not Showing In Cart
    By rick in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 12-27-2004, 07:26 AM
  5. Product add but no image showing and HTML path wrong
    By rd42 in forum osCommerce 2.2 Installation Help
    Replies: 8
    Last Post: 06-12-2003, 12:55 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •