Hi, i downloaded the minimum order mod and uploaded the 'includes' files to all the appropriate places in the directory.

However, i rather stupidly went into Admin>Tools>Install SQL Patches, and uploaded the install.sql file instead of copying + pasting, like the instructions said.

The problem i get now is whenever i try to copy and paste:

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'Minimum Order Amount', 'MIN_ORDER_AMOUNT', '10', 'The minimum amount an order must total to be able to checkout. Empty means no minimum.', '2', '99', NOW(), NULL, NULL);

I get the error message: Cannot insert configuration_key "MIN_ORDER_AMOUNT" because it already exists

Is there anyway to undo the upload of the file? If not then it looks like i'll be adding a low order fee instead. As always, any help would be greatly appreciated. :) Thanks.