I have the following database query working:
SET @orderid := '1';
INSERT INTO 'cart_lines' ( 'line_id' , 'cart_id' , 'book_id' , 'book_reference' , 'book_name' , 'book_type' , 'unit_price' , 'quantity' , 'date_created' , 'date_updated' )
SEL...
asked by
26.12.2013 / 17:55