Guest Posted September 2, 2006 Posted September 2, 2006 OK, I've downloaded the product_listing_columns_2_2 contribution -to be able to show more that one column of products on a page. I had backed up my database and made two copies of it for safety. Now can somebody tell me if I just add the new stuff to the bottom of the current lines or do I replace lines etc. The new lines to add insert into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('display add multiples column', product_list_multiple', '0', 'do you want to display the multiple quantity with attributes column?', '8', '11', now()); insert into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('display add multiples with buy now column', 'product_list_buy_now_multiple', '0', 'do you want to display the multiple quantity buy now with attributes column?', '8', '12', now()); insert into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('number of column per row', 'product_list_numcol', '3', 'how many columns per row to display?', '8', '13', now()); The last line of the current ?insert into configuration? section 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 ('147', 'Set Order Status', 'MODULE_PAYMENT_MONEYORDER_ORDER_STATUS_ID', '1', 'Set the status of orders made with this payment module to this value', '6', '0', NULL, '2006-08-28 16:43:24', 'tep_get_order_status_name', Current insert into configuration_group section insert into configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) values ('8', 'Product Listing', 'Product Listing configuration options', '8', '1'); insert into configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) values ('9', 'Stock', 'Stock configuration options', '9', '1'); insert into configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) values ('10', 'Logging', 'Logging configuration options', '10', '1'); insert into configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) values ('11', 'Cache', 'Caching configuration options', '11', '1'); insert into configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) values ('12', 'E-Mail Options', 'General setting for E-Mail transport and HTML E-Mails', '12', '1'); insert into configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) values ('13', 'Download', 'Downloadable products options', '13', '1'); insert into configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) values ('14', 'GZip Compression', 'GZip compression options', '14', '1'); insert into configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) values ('15', 'Sessions', 'Session options', '15', '1'); Thabks for any help. Edward Quote
Guest Posted September 6, 2006 Posted September 6, 2006 These need to be added in your database admin - something like phpMyAdmin. There are a couple of ways to do that, but I'm still new to this stuff myself. The way I do this is select the table that I want to work with and then select the 'Insert' tab, which brings up a window with fields listed in the first set of parenthesis. The items listed in the second set of parenthesis - values are what you would enter into the empty text boxes - just make sure you match them up in order. First value with first field listed. There should be a 'Go' or 'Save' button at the bottom of the page that you click to add the information into the table. Hope this helps! Lefty Quote
Guest Posted September 13, 2006 Posted September 13, 2006 I'm bumping this up hopeing someone can give me some additional help. Please. I have myslq but need to know where to put this info? Quote
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.
Note: Your post will require moderator approval before it will be visible.