Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Customized Shipping Duration Message


mortal

Recommended Posts

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.');

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...