A Database Error Occurred
Error Number: 1452
Cannot add or update a child row: a foreign key constraint fails (`redworks/cart`, CONSTRAINT `cart_ibfk_1` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)
INSERT INTO `cart` (`product_id`, `coloursize`, `session_id`, `quantity`, `notes`, `unit_price`) VALUES ('303', NULL, 'e40b1bc2338182049c27e9bb841706fe', 1, NULL, NULL)