From 59e2a6f46d9a969218ccc4e4a448f8a755094d77 Mon Sep 17 00:00:00 2001 From: fsst Date: Wed, 18 Feb 2026 16:21:59 +0100 Subject: [PATCH] wunschlisten button V1.0 --- productpage.php | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/productpage.php b/productpage.php index ffd3dc0..81592c1 100644 --- a/productpage.php +++ b/productpage.php @@ -33,6 +33,7 @@ $productId = isset($_GET['id']) ? (int)$_GET['id'] : 0;

Produkt nicht gefunden

Bitte eine gueltige Produkt-ID mitgeben.

+ prepare(" @@ -71,6 +72,11 @@ $productId = isset($_GET['id']) ? (int)$_GET['id'] : 0; $product = $result->fetch_assoc(); ?> +
@@ -79,6 +85,43 @@ $productId = isset($_GET['id']) ? (int)$_GET['id'] : 0; src="" alt="">
+ + + + +
+ +
+ + + +
+ + + +
+ +
+
+ + + + + +
+ + + +
+ + + +
@@ -110,7 +153,7 @@ $productId = isset($_GET['id']) ? (int)$_GET['id'] : 0; - +
close(); ?>