Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I need to accomplish the following task from the install instructions, however, I do now know how to accomplish it:

 

/******************  English  *********************/

INSERT INTO `configuration_group` (`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('300', 'Quick Updates', 'Here you can configure what you will be able to modify in Quick Updates.', '300', '1');  

 

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

(1001, 'Display the model.', 'DISPLAY_MODEL', 'true', 'Enable/Disable the model displaying', 300, 1, '2003-06-04 05:04:11', '2003-06-04 04:18:06', NULL, 'tep_cfg_select_option(array('true', 'false'),'),

(1002, 'Modify the model.', 'MODIFY_MODEL', 'true', 'Allow/Disallow the model modification', 300, 2, '2003-06-04 05:04:07', '2003-06-04 04:25:57', NULL, 'tep_cfg_select_option(array('true', 'false'),'),

(1003, 'Modify the name of the products.', 'MODIFY_NAME', 'true', 'Allow/Disallow the name modification?', 300, 3, '2003-06-04 05:04:01', '2003-06-04 04:30:31', NULL, 'tep_cfg_select_option(array('true', 'false'),'),

(1004, 'Modify the statut of the products.', 'DISPLAY_STATUT', 'true', 'Allow/Disallow the Statut displaying and modification', 300, 4, '2003-06-04 05:07:11', '2003-06-04 05:00:58', NULL, 'tep_cfg_select_option(array('true', 'false'),'),

(1005, 'Modify the weight of the products.', 'DISPLAY_WEIGHT', 'true', 'Allow/Disallow the Weight displaying and modification?', 300, 5, '2003-06-04 05:06:44', '2003-06-04 04:33:16', NULL, 'tep_cfg_select_option(array('true', 'false'),'),

(1006, 'Modify the quantity of the products.', 'DISPLAY_QUANTITY', 'true', 'Allow/Disallow the quantity displaying and modification', 300, 6, '2003-06-04 05:06:48', '2003-06-04 04:34:34', NULL, 'tep_cfg_select_option(array('true', 'false'),'),

(1007, 'Modify the image of the products.', 'DISPLAY_IMAGE', 'true', 'Allow/Disallow the Image displaying and modification', 300, 7, '2003-06-04 05:06:52', '2003-06-04 04:36:57', NULL, 'tep_cfg_select_option(array('true', 'false'),'),

(1008, 'Modify the manufacturer of the products.', 'DISPLAY_MANUFACTURER', 'true', 'Allow/Disallow the Manufacturer displaying and modification', 300, 8, '2003-06-04 05:06:57', '2003-06-04 04:37:40', NULL, 'tep_cfg_select_option(array('true', 'false'),'),

(1009, 'Modify the class of tax of the products.', 'DISPLAY_TAX', 'true', 'Allow/Disallow the Class of tax displaying and modification', 300, 9, '2003-06-04 05:06:40', '2003-06-04 04:31:53', NULL, 'tep_cfg_select_option(array('true', 'false'),'),

(1010, 'Display price with all included of tax.', 'DISPLAY_TVA_OVER', 'true', 'Enable/Disable the displaying of the Price with all tax included when your mouse is over a product', 300, 10, '2003-06-04 05:07:02', '2003-06-04 04:38:45', NULL, 'tep_cfg_select_option(array('true', 'false'),'),

(1011, 'Display price with all included of tax.', 'DISPLAY_TVA_UP', 'true', 'Enable/Disable the displaying of the Price with all tax included when you are typing the price?', 300, 11, '2003-06-04 05:07:06', '2003-06-04 04:40:12', NULL, 'tep_cfg_select_option(array('true', 'false'),'),

(1012, 'Display the link towards the products information page.', 'DISPLAY_PREVIEW', 'true', 'Enable/Disable the display of the link towards the products information page ', 300, 12, '2003-06-04 05:19:13', '2003-06-04 05:15:50', NULL, 'tep_cfg_select_option(array('true', 'false'),'),

(1013, 'Display the link towards the page where you will be able to edit the product.', 'DISPLAY_EDIT', 'true', 'Enable/Disable the display of the link towards the page where you will be able to edit the product', 300, 13, '2003-06-04 05:19:08', '2003-06-04 05:17:05', NULL, 'tep_cfg_select_option(array('true', 'false'),');

 

I am running MySQL Control Center in windows to access and edit my tables/databases. I dont think I have any dos command line available to make these changes.

 

Thanks!

Posted

any ideas? i'm still stuck. I know this is in the documentation, but i'm at a loss... can i contact the person that made this? if so, anyone know how? (is it listed in the contributions page?) thanks!

Posted

I could be wrong. But all that looks like is just a SQL statement minus the first comment line.

Just click the SQL button on control center and copy and paste the one for your language.

Of course make a backup first!!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...