Index: uc_store.admin.inc
===================================================================
--- uc_store.admin.inc	(revision 859)
+++ uc_store.admin.inc	(working copy)
@@ -593,6 +593,15 @@
  */
 function uc_store_store_settings_form() {
   $form['uc_store_name'] = uc_textfield(t('Store name'), variable_get('uc_store_name', NULL), FALSE, NULL, 64);
+  $form['uc_store_url'] = array(
+    '#type' => 'textfield',
+    '#title' => t('Store URL'),
+    '#description' => t('The store frontpage.'),
+    '#default_value' => variable_get('uc_store_url', ''),
+    '#size' => 32,
+    '#field_prefix' => url(NULL, array('absolute' => TRUE)) . (variable_get('clean_url', 0) ? '' : '?q='),
+  );
+
   $form['uc_store_owner'] = uc_textfield(t('Store owner'), variable_get('uc_store_owner', NULL), FALSE, NULL, 64);
 
   $form['uc_store_email'] = array(
