shishapipe,
I have recreated your excellent instructions for all of the templates & php amendments however the final thing I had to do was to add
CREATE TABLE xcart_notify (
email char(12

NOT NULL ,
productid int(11) NOT NULL ,
KEY email_proudct (email, productid),
) TYPE=MyISAM;
via the patches section of the admin section. When I attempt to do this I get the following error
INVALID SQL: 1064 : You have an error in your SQL syntax near ') TYPE=MyISAM' at line 5
SQL QUERY FAILURE: CREATE TABLE xcart_notify ( email char(12

NOT NULL , productid int(11) NOT NULL , KEY email_proudct (email, productid), ) TYPE=MyISAM
Any idea as to what may be causing this.
Hope to hear from somebody soon as I can't wait to try out this mod
