Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with step 6 contribution 1281 ( Quick Add )


behappy

Recommended Posts

Posted

Ok so I got Quick add products installed through step 5 and i'm stuck on step 6 I am supposed to update my database with this :

 

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

INSERT INTO `configuration_group` (`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('400', 'Quick Add Product', 'You can for example choose haw many products will be added in one time.', '400', '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 (2000, 'Number of products.', 'MAX_PRODUCTS', '5', 'Number of products you can add in one time.', '400', '0', '2003-06-04 08:49:27', '2003-06-04 08:49:27', NULL, NULL),

(2001, 'Display price with all included tax.', 'DISPLAY_TVA_UP_ADD', 'true', 'Do you want that the price with all included tax be displayed?', 3400, 11, '2003-06-04 05:07:06', '2003-06-04 04:40:12', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),'),

(2002, 'Taxe rate.', 'ALL_INCLUDED_TAX_VALUE', 19.6, 'You have to choose the tax rate you want to use to calculate the price with all included tax.', 3400, 11, '2003-06-04 05:07:06', '2003-06-04 04:40:12', NULL, NULL);

 

 

 

Now it looks like the headers for the database but i'm not sure what to do and where to use it. I'm running MySql as a windows service Thank you

Posted

You need to access phpMyAdmin, and add the two statements via the window available for just that. But back up your existing database first!!

 

Vger

Posted

Thank You for the help. Downloaded and installed phpmyadmin... took a little getting use to but i learned a bit and really like the interface it offers.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...