diff --git uc_store.module uc_store.module
old mode 100644
new mode 100755
index 7a282ed..4c4eaad
--- uc_store.module
+++ uc_store.module
@@ -439,6 +439,7 @@ function uc_store_token_values($type, $object = NULL) {
       $values['store-owner'] = variable_get('uc_store_owner', '');
       $values['store-email'] = variable_get('uc_store_email', '');
       $values['store-phone'] = variable_get('uc_store_phone', '');
+      $values['store-fax'] = variable_get('uc_store_fax', '');
       $values['store-address'] = uc_store_address();
       $values['store-help-url'] = url(variable_get('uc_store_help_page', ''), array('absolute' => TRUE));
       break;
