Your cart is empty.
Continue Shopping$quantity) { $quantity = (int)$quantity; if ($quantity > 0) { $_SESSION['cart'][$productId] = $quantity; } else { unset($_SESSION['cart'][$productId]); } } header('Location: cart.php'); exit; } ?>
Your cart is empty.
Continue Shopping