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(); ?>