summaryrefslogtreecommitdiff
path: root/app/views/spree/admin/taxjar_settings/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/spree/admin/taxjar_settings/show.html.erb')
-rw-r--r--app/views/spree/admin/taxjar_settings/show.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/spree/admin/taxjar_settings/show.html.erb b/app/views/spree/admin/taxjar_settings/show.html.erb
index c66e646..87b97ce 100644
--- a/app/views/spree/admin/taxjar_settings/show.html.erb
+++ b/app/views/spree/admin/taxjar_settings/show.html.erb
@@ -8,5 +8,6 @@
<table>
</table>
<% else %>
- <p>You must provide a TaxJar API token to configure the extension. Please see the extension readme for details.</p>
+ <p>You must provide a TaxJar API token to use this extension. You can sign up for TaxJar <%= link_to "here", "https://app.taxjar.com/api_sign_up", target: "_blank", rel: "noreferrer" %>. Please see the extension documentation for details on providing this token to the extension.</p>
+ <p><i>For more help in aquiring a TaxJar API token, see <%= link_to "How do I get a TaxJar sales tax API token?", "https://support.taxjar.com/article/160-how-do-i-get-a-sales-tax-api-token", target: "_blank", rel: "noreferrer" %></i></p>
<% end %>