Bonjour,
J'ai le message suivant et je ne sais pas comment le résoudre :
Warning: Invalid argument supplied for foreach() in /homez.50/principn/www/321
/components/com_virtuemart/themes/pbv_multi/templates/common/minicart.tpl.php on line 34
Extrait du fichier "minicart.tpl.php "
31 <?php }
32 else {
33 // Loop through each row and build the table
34 foreach( $minicart as $cart ) {
35
36 foreach( $cart as $attr => $val ) {
37 // Using this we make all the variables available in the template
38 // translated example: $this->set( 'product_name', $product_name );
39 $this->set( $attr, $val );
40 }
41 if(!$vmMinicart) { // Build Minicart
42 ?>
43 <div style= " float : left ;">
44 <?php echo $cart['quantity'] ?> x <a href="<?php echo $cart['url'] ?>"><?php echo $cart['product_name'] ?></a>
45 </div>
46 <div style="float: right;">
J'ai le message suivant et je ne sais pas comment le résoudre :
Warning: Invalid argument supplied for foreach() in /homez.50/principn/www/321
/components/com_virtuemart/themes/pbv_multi/templates/common/minicart.tpl.php on line 34
Extrait du fichier "minicart.tpl.php "
31 <?php }
32 else {
33 // Loop through each row and build the table
34 foreach( $minicart as $cart ) {
35
36 foreach( $cart as $attr => $val ) {
37 // Using this we make all the variables available in the template
38 // translated example: $this->set( 'product_name', $product_name );
39 $this->set( $attr, $val );
40 }
41 if(!$vmMinicart) { // Build Minicart
42 ?>
43 <div style= " float : left ;">
44 <?php echo $cart['quantity'] ?> x <a href="<?php echo $cart['url'] ?>"><?php echo $cart['product_name'] ?></a>
45 </div>
46 <div style="float: right;">