I have checked my SQL and i get in the database:
Code:
CREATE TABLE xcart_notify (
email varchar(100) NOT NULL ,
productid int(11) NOT NULL
);
INSERT INTO xcart_notify VALUES ('TEST@shishapipe.net', 16246);
INSERT INTO xcart_notify VALUES ('TEST@shishapipe.net', 16247);
So that seems to be working OK with people who have logged in, but NOT guests
