Global

Potentiel : € ( kg)
Commandé : € ( kg)
id]['actif']) && $produits_selec[$p->id]['actif']) { echo '' ; $quantite = Commande::getQuantiteProduit($p->id, $commandes); $str_quantite = ''; if ($quantite) $str_quantite = $quantite; $classe = 'center total'; if ($str_quantite > $produits_selec[$p->id]['quantite_max'] && !$produits_selec[$p->id]['vrac']) { $classe .= ' depasse'; } if ($p->vrac) { $classe .= ' vrac'; } echo ''; echo '' ; } } ?>
' . $str_quantite . ' '; if ($produits_selec[$p->id]['quantite_max'] && $str_quantite) echo '/ ' . $produits_selec[$p->id]['quantite_max'] . ''.Html::encode($p->getLibelleAdmin()).'