diff --git a/pages/boutique.php b/pages/boutique.php index ba9f738..06e398a 100644 --- a/pages/boutique.php +++ b/pages/boutique.php @@ -9,7 +9,9 @@

Bonjour

Vous avez '; ?>

-
Acheter des s
+
Acheter des s + Panier ( compterArticle().($_Panier_->compterArticle()>1 ? ' articles' : ' article') ?>) +

@@ -142,15 +144,18 @@

+ +
+ + + + + +
+ Connectez vous sur le serveur voulu... + diff --git a/pages/panier.php b/pages/panier.php new file mode 100644 index 0000000..e9f8471 --- /dev/null +++ b/pages/panier.php @@ -0,0 +1,71 @@ +
+
+

Boutique - Panier

+
+

Achetez plusieurs items en déboursant une seule fois

+
+
+
+ +
Votre achat a été effectué !
'; + } + ?> + + + + + + + + + + + + + compterArticle(); + $precedent = 0; + if($nbArticles == 0 ) + echo ''; + else + { + for($i = 0; $i < $nbArticles; $i++) + { + ?> + + + + + + + + + '; + } + } + ?> + + + + + +
Item/GradeDescriptionQuantitePrix UnitaireSous-TotalActions
Votre panier est vide
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, ',', ' '); ?>
+
+
+ +
+ +
+
+ + +
+ + \ No newline at end of file