fairyland Posted April 11, 2005 Share Posted April 11, 2005 hi, i am newbe and attemping to install one of the contribution...please help, the contribution instruction as: 1. Changes to Table: configuration 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()); question: where do i put the above code into the configuration page? is it anywhere? is there anything else before the code eg, $configuration_query = tep_db_query("select configuration_id ................etc)? 2. changes to tabel product_options question: where can i find this production_options file? i have search all local directories but could not find this file? please help me get started as i am willing to learn.... michael Quote Link to comment Share on other sites More sharing options...
jenso Posted April 11, 2005 Share Posted April 11, 2005 Dear fairyland You will find all in your SQL-Files. You can use a program like phpMyAdmin (http://www.phpmyadmin.net/) or any other MySQL program. The contribution you want to install does requiere a change in your SQL-Files, so you need to look there. Hope that will help. Rich Quote Link to comment Share on other sites More sharing options...
fairyland Posted April 11, 2005 Author Share Posted April 11, 2005 Dear fairyland You will find all in your SQL-Files. You can use a program like phpMyAdmin (http://www.phpmyadmin.net/) or any other MySQL program. The contribution you want to install does requiere a change in your SQL-Files, so you need to look there. Hope that will help. Rich <{POST_SNAPBACK}> Thank you Rich for your quick reply! I've go Dreamweaver and just wondering if this is sufficient to edit the source code? what i did was: open up the source code of the configuration.php file but unsure where to start? hope you could help, meanwhile i will download Mysql admin you suggested to try if it will help...i will try anything as this is the only way i will learn... michael Quote Link to comment Share on other sites More sharing options...
fairyland Posted April 11, 2005 Author Share Posted April 11, 2005 Hi, still not sure how to do this...is there anyone could help me out to get started? michael 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.