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);
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 First Order Amount', 'MIN_FIRST_ORDER_AMOUNT', '10', 'The minimum amount a first order must total to be able to checkout. Empty means no minimum. Make it the same as the Minimum Order Amount, if you always want the same minimum.', '2', '99', NOW(), NULL, NULL);