Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Opps - I over did MySQL - Quick help


JohnnyVegas

Recommended Posts

Posted

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);

Posted

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

Archived

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

×
×
  • Create New...