From 1bb67296c43b662cf00882971fcb3df655d7302b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 21 May 2023 16:18:05 +0200 Subject: add/remove from cart working --- public/product.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'public/product.php') diff --git a/public/product.php b/public/product.php index 70c511d..18cc936 100644 --- a/public/product.php +++ b/public/product.php @@ -38,8 +38,9 @@ $product = $res->fetch_object(); price ?>

description ?>

- - + + +
-- cgit v1.2.3