From 879c72e50c172f6e20416dcf06fccdbb59525c7a Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 1 Jun 2023 16:02:10 +0200 Subject: order from product catalogue and modify cart product count --- public/products.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'public/products.php') diff --git a/public/products.php b/public/products.php index ce0ada5..326d9fb 100644 --- a/public/products.php +++ b/public/products.php @@ -9,6 +9,11 @@ function product_template($product) { $product->price $product->name +
+ + + +
EOF; } @@ -69,7 +74,7 @@ EOF; +
-- cgit v1.2.3