Index: uc_store.module
===================================================================
--- uc_store.module	(revision 939)
+++ uc_store.module	(working copy)
@@ -440,8 +440,8 @@
       }
 
       $values['store-name'] = variable_get('uc_store_name', t('Our store'));
-      $values['store-url'] = $base_url;
-      $values['store-link'] = l(variable_get('uc_store_name', t('Our store')), $base_url);
+      $values['store-url'] = url(variable_get('uc_store_url', ''), array('absolute' => TRUE)); 
+      $values['store-link'] = l(variable_get('uc_store_name', t('Our store')), $values['store-url']);
       $values['store-owner'] = variable_get('uc_store_owner', '');
       $values['store-email'] = variable_get('uc_store_email', '');
       $values['store-phone'] = variable_get('uc_store_phone', '');
