Skip to content

Commit

Permalink
adding a note about being able to switch to a lower plan at any time (p…
Browse files Browse the repository at this point in the history
…lausible#4853)

* adding a note about being able to switch to a lower plan at any time

* Update dashboard_locked.html.heex

* mix format

---------

Co-authored-by: Karl-Aksel Puulmann <[email protected]>
  • Loading branch information
metmarkosaric and macobo authored Nov 25, 2024
1 parent 405c33f commit 8dad965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/plausible_web/templates/email/dashboard_locked.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ During the last billing cycle (<%= PlausibleWeb.TextHelpers.format_date_range(
Your usage exceeds our standard plans, so please reply back to this email for a tailored quote.
<% else %>
<a href={PlausibleWeb.Router.Helpers.billing_url(PlausibleWeb.Endpoint, :choose_plan)}>Click here to upgrade your subscription</a>. We recommend you upgrade to the <%= @suggested_plan.volume %>/mo plan. The new charge will be prorated to reflect the amount you have already paid and the time until your current subscription is supposed to expire.
<br /><br />
If your usage decreases in the future, you can switch to a lower plan at any time. Any credit balance will automatically apply to future payments.
<% end %>
<br /><br />
Do you have questions or need help with anything? Just reply to this email. We're here to help!
Expand Down
2 changes: 2 additions & 0 deletions lib/plausible_web/templates/email/over_limit.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ During the last billing cycle (<%= PlausibleWeb.TextHelpers.format_date_range(
Your usage exceeds our standard plans, so please reply back to this email for a tailored quote.
<% else %>
<a href={PlausibleWeb.Router.Helpers.billing_url(PlausibleWeb.Endpoint, :choose_plan)}>Click here to upgrade your subscription</a>. We recommend you upgrade to the <%= @suggested_plan.volume %>/mo plan. The new charge will be prorated to reflect the amount you have already paid and the time until your current subscription is supposed to expire.
<br /><br />
If your usage decreases in the future, you can switch to a lower plan at any time. Any credit balance will automatically apply to future payments.
<% end %>
<br /><br />
Do you have questions or need help with anything? Just reply to this email. We're here to help!
Expand Down

0 comments on commit 8dad965

Please sign in to comment.