JohnnyVegas Posted April 11, 2004 Posted April 11, 2004 I just installed the osC-ProductListingSelect for MS2. Great contrib. It tells you to INSERT 2 line into your data base for it to work. Well I INSERTED it 4 times and now in my ADMIN I see it listed 4 times in a row. How do I delete what I did and do it over again? Here is the lines I added to the db INSERT INTO configuration VALUES ('', 'Product Listing Display Style', 'PRODUCT_LISTING_DISPLAY_STYLE', 'list', 'Choose which Style you would like use to display your products on the Product Listing Pages.<br><br>Whichever style you choose, make sure you configure the appropriate settings for the style of listing you have selected.', 8, 0, NULL, now(), '', 'tep_cfg_select_option(array(\'list\', \'columns\'),'); INSERT INTO configuration VALUES ('', 'Number of Columns for Product Listing', 'PRODUCT_LIST_COL_NUM', '3', 'Enter the number of columns you would like to display your products on the Product Listing pages.', 8, 1, NULL, now(), NULL, NULL);
nrlatsha Posted April 11, 2004 Posted April 11, 2004 You'll have to go through phpmyadmin for mysql and delete those extra fields through there. Thats the only way you can get rid of the extras. Noel 9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard) Replace that and you're fine...
JohnnyVegas Posted April 11, 2004 Author Posted April 11, 2004 Thnk you. I just found it and elimated them. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.