+ compterArticle();
+ $precedent = 0;
+ if($nbArticles == 0 )
+ echo 'Votre panier est vide |
';
+ else
+ {
+ for($i = 0; $i < $nbArticles; $i++)
+ {
+ ?>
+
+ infosArticle(htmlspecialchars($_SESSION['panier']['id'][$i]), $nom, $infos); echo $nom; ?> |
+ |
+ |
+ |
+ |
+ |
+
+ '.htmlspecialchars($_SESSION['panier']['code']).' | '.htmlspecialchars($_SESSION['panier']['reduction_titre']).' | 1 | -'. $_SESSION['panier']['reduction']*100 .'% | | | ';
+ }
+ }
+ ?>
+
+ Total: |
+ montantGlobal(), 0, ',', ' '); ?> |
+
+
+