diff --git a/JS/articles.js b/JS/articles.js index 6f496e0..fafadd6 100644 --- a/JS/articles.js +++ b/JS/articles.js @@ -2,153 +2,153 @@ let reponse = [ { _id: "a001", nomProduit: "Super Nintendo Classic", - prix: 80, + prix: 8000, }, { _id: "a002", nomProduit: "Nintendo 64", - prix: 500, + prix: 50000, }, { _id: "a003", nomProduit: "Nintendo GameCube", - prix: 500, + prix: 50000, }, { _id: "a004", nomProduit: "Nintendo DS", - prix: 500, + prix: 50000, }, { _id: "a005", nomProduit: "Nintendo Wii", - prix: 500, + prix: 50000, }, { _id: "a006", nomProduit: "Nintendo 3DS", - prix: 500, + prix: 50000, }, { _id: "a007", nomProduit: "Nintendo Wii U", - prix: 500, + prix: 50000, }, { _id: "a008", nomProduit: "Nintendo Switch", - prix: 500, + prix: 50000, }, { _id: "b001", nomProduit: "PlayStation 1", - prix: 50, + prix: 5000, }, { _id: "b002", nomProduit: "PlayStation 2", - prix: 50, + prix: 5000, }, { _id: "b003", nomProduit: "PlayStation 3", - prix: 50, + prix: 5000, }, { _id: "b004", nomProduit: "PlayStation 4", - prix: 50, + prix: 5000, }, { _id: "b005", nomProduit: "PlayStation 5", - prix: 50, + prix: 5000, }, { _id: "b006", nomProduit: "PS Vita", - prix: 50, + prix: 5000, }, { _id: "b007", nomProduit: "PSP", - prix: 50, + prix: 5000, }, { _id: "b008", nomProduit: "PlayStation VR", - prix: 50, + prix: 5000, }, { _id: "c001", nomProduit: "Xbox 360", - prix: 25, + prix: 2500, }, { _id: "c002", nomProduit: "Xbox one", - prix: 25, + prix: 2500, }, { _id: "c003", nomProduit: "Xbox one x", - prix: 25, + prix: 2500, }, { _id: "c004", nomProduit: "Xbox series s", - prix: 25, + prix: 2500, }, { _id: "c005", nomProduit: "xbox series x", - prix: 25, + prix: 2500, }, { _id: "c006", nomProduit: "manette xbox series x et s", - prix: 25, + prix: 2500, }, { _id: "c007", nomProduit: "manette xbox elite", - prix: 25, + prix: 2500, }, { _id: "c008", nomProduit: "casque xbox", - prix: 25, + prix: 2500, }, { _id: "d001", nomProduit: "Clavier", - prix: 90, + prix: 9000, }, { _id: "d002", nomProduit: "Enceinte Gaming", - prix: 90, + prix: 9000, }, { _id: "d003", nomProduit: "Fauteuil Gaming", - prix: 90, + prix: 9000, }, { _id: "d004", nomProduit: "Casque Gaming", - prix: 90, + prix: 9000, }, { _id: "d005", nomProduit: "Souris Gaming", - prix: 90, + prix: 9000, }, { _id: "d006", nomProduit: "Tapis de souris Gaming", - prix: 90, + prix: 9000, }, { _id: "d007", diff --git a/JS/envoi_panier.js b/JS/envoi_panier.js index 03289ce..ed818ce 100644 --- a/JS/envoi_panier.js +++ b/JS/envoi_panier.js @@ -7,13 +7,7 @@ const idProduitSelectionner = reponse.find((element) => element._id === id); const btn_envoyerPanier = document.querySelectorAll("#btn-envoyer"); -btn_envoyerPanier.forEach((button) => { - button.addEventListener("click", () => { - let newUrl = button.attributes["0"].nodeValue; - window.location.href = newUrl; - }); -}); btn_envoyerPanier.forEach((button) => { button.addEventListener("click", () => { diff --git a/html/bureau gaming.html b/html/bureau gaming.html index 6ffada3..401c884 100644 --- a/html/bureau gaming.html +++ b/html/bureau gaming.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/casque gaming.html b/html/casque gaming.html index 9a12922..fe383dd 100644 --- a/html/casque gaming.html +++ b/html/casque gaming.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/casque xbox.html b/html/casque xbox.html index 53da834..c8ef073 100644 --- a/html/casque xbox.html +++ b/html/casque xbox.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/clavier.html b/html/clavier.html index 1dff631..2b3717d 100644 --- a/html/clavier.html +++ b/html/clavier.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/enceinte gaming.html b/html/enceinte gaming.html index 2d4f417..85ee4c5 100644 --- a/html/enceinte gaming.html +++ b/html/enceinte gaming.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/fauteuil gaming.html b/html/fauteuil gaming.html index 12bad9d..a97e105 100644 --- a/html/fauteuil gaming.html +++ b/html/fauteuil gaming.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/manette xbox elite.html b/html/manette xbox elite.html index 09f6ecc..6a075c2 100644 --- a/html/manette xbox elite.html +++ b/html/manette xbox elite.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/manette xbox series x et s.html b/html/manette xbox series x et s.html index 71d0c7e..2ce604b 100644 --- a/html/manette xbox series x et s.html +++ b/html/manette xbox series x et s.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/nintendo 3ds.html b/html/nintendo 3ds.html index 12cdb81..d028f2c 100644 --- a/html/nintendo 3ds.html +++ b/html/nintendo 3ds.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/nintendo 64.html b/html/nintendo 64.html index 1594ab6..e35834a 100644 --- a/html/nintendo 64.html +++ b/html/nintendo 64.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/nintendo ds.html b/html/nintendo ds.html index d466a5e..714dbf0 100644 --- a/html/nintendo ds.html +++ b/html/nintendo ds.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/nintendo gamecube.html b/html/nintendo gamecube.html index e1b9d6e..1bbc467 100644 --- a/html/nintendo gamecube.html +++ b/html/nintendo gamecube.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/nintendo switch.html b/html/nintendo switch.html index 8993b74..28ff0ae 100644 --- a/html/nintendo switch.html +++ b/html/nintendo switch.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/nintendo wii u.html b/html/nintendo wii u.html index 914216d..073a304 100644 --- a/html/nintendo wii u.html +++ b/html/nintendo wii u.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/nintendo wii.html b/html/nintendo wii.html index ef417e6..68c3e3b 100644 --- a/html/nintendo wii.html +++ b/html/nintendo wii.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/nintendo.html b/html/nintendo.html index 022aedf..3995227 100644 --- a/html/nintendo.html +++ b/html/nintendo.html @@ -5,6 +5,9 @@ Nintendo + + +
diff --git a/html/panier.html b/html/panier.html index 73e3fae..8ca1139 100644 --- a/html/panier.html +++ b/html/panier.html @@ -5,6 +5,9 @@ Panier + + +
@@ -21,7 +24,7 @@

Site E-commerce pour consoles vidéo

-
+
diff --git a/html/pc.html b/html/pc.html index 98c3848..5e86dc6 100644 --- a/html/pc.html +++ b/html/pc.html @@ -5,6 +5,9 @@ PC + + +
diff --git a/html/playstation 1.html b/html/playstation 1.html index ae5bda8..170e7dc 100644 --- a/html/playstation 1.html +++ b/html/playstation 1.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/playstation 2.html b/html/playstation 2.html index b6130e8..0a16b97 100644 --- a/html/playstation 2.html +++ b/html/playstation 2.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/playstation 3.html b/html/playstation 3.html index 85655a8..2f1f0c0 100644 --- a/html/playstation 3.html +++ b/html/playstation 3.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/playstation 4.html b/html/playstation 4.html index c1b0968..905f461 100644 --- a/html/playstation 4.html +++ b/html/playstation 4.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/playstation 5.html b/html/playstation 5.html index da14232..172d583 100644 --- a/html/playstation 5.html +++ b/html/playstation 5.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/playstation vr.html b/html/playstation vr.html index 6eb9e36..f10af56 100644 --- a/html/playstation vr.html +++ b/html/playstation vr.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/playstation.html b/html/playstation.html index 635cdbb..93a4832 100644 --- a/html/playstation.html +++ b/html/playstation.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/ps vita.html b/html/ps vita.html index c966986..19dc747 100644 --- a/html/ps vita.html +++ b/html/ps vita.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/psp.html b/html/psp.html index d0b3972..cd6bdb7 100644 --- a/html/psp.html +++ b/html/psp.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/souris gaming.html b/html/souris gaming.html index ba19806..1bb8117 100644 --- a/html/souris gaming.html +++ b/html/souris gaming.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/super nintendo classic.html b/html/super nintendo classic.html index 8279a66..8d65780 100644 --- a/html/super nintendo classic.html +++ b/html/super nintendo classic.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/tapis de souris gaming.html b/html/tapis de souris gaming.html index 49e55e8..8ed13bb 100644 --- a/html/tapis de souris gaming.html +++ b/html/tapis de souris gaming.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/xbox 360.html b/html/xbox 360.html index 4295737..ed156fd 100644 --- a/html/xbox 360.html +++ b/html/xbox 360.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/xbox one x.html b/html/xbox one x.html index 3a2e697..5e2bd48 100644 --- a/html/xbox one x.html +++ b/html/xbox one x.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/xbox one.html b/html/xbox one.html index a7e9ac1..b4251e1 100644 --- a/html/xbox one.html +++ b/html/xbox one.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/xbox series s.html b/html/xbox series s.html index a440f4d..f693640 100644 --- a/html/xbox series s.html +++ b/html/xbox series s.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/xbox series x.html b/html/xbox series x.html index 30304c1..22deea1 100644 --- a/html/xbox series x.html +++ b/html/xbox series x.html @@ -5,6 +5,9 @@ PlayStation + + +
diff --git a/html/xbox.html b/html/xbox.html index 01d4f41..b17043b 100644 --- a/html/xbox.html +++ b/html/xbox.html @@ -5,6 +5,9 @@ Xbox + + +