mortal Posted May 6, 2005 Share Posted May 6, 2005 Can someone please alter theese database inserts to not give errors when inserting in mysql admin CREATE TABLE `shipping_msg` ( ?configuration_id` INT( 11 ), `language_id` INT( 11 ), `configuration_value` VARCHAR( 255 )); INSERT INTO `configuration` ( `configuration_id` , `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` , `last_modified` , `date_added` , `use_function` , `set_function` ) VALUES ( ??, 'temp', 'SHIPPING_MSG', '', 'Do you want to change the message that is displayed?', '1', '5', NULL , '2005-05-06 00:00:00', NULL , ?tep_cfg_get_shipping_days(' ); INSERT INTO 'shipping_msg' (last_insert_id(),1,'Your order has been successfully processed! Your products will arrive at their destination within 10-15 working days.'); INSERT INTO 'shipping_msg' (last_insert_id(),2,'Ihre Bestellung ist eingegangen und wird bearbeitet! Die Lieferung erfolgt innerhalb von ca. 10-12 Werktagen.'); INSERT INTO 'shipping_msg' (last_insert_id(),3,'Su pedido ha sido realizado con ?xito! Sus productos llegar?n a su destino de 2 a 5 dias laborales.'); Quote Link to comment Share on other sites More sharing options...
mortal Posted May 15, 2005 Author Share Posted May 15, 2005 anyone please ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.