with the store 2.0 hack need to change the quieries to:
PHP Code:
INSERT INTO store VALUES (NULL, 'steal', 'Crime and punishment', '0', '0', 'thief.gif', 'It is not caught - not the thief', 'Y', '0');
INSERT INTO store VALUES (NULL, 'mafia', 'Safeguard', '100', '0', 'godfather.gif', 'We protect your money', 'Y', '0');
INSERT INTO store VALUES (NULL, 'insurance', 'Insurance', '100', '0', 'insurance.gif', 'Buy insurance', 'Y', '0');
there is a new colum in 2.0 (Qty)