From 54997a8978c8e89d5e2bcaedc520cce738908bfe Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Wed, 11 Jan 2023 14:29:41 +0100 Subject: [PATCH] Manual sub reminder (#1519) * use support page to renew sub * remove other payment options --- templates/dashboard/pricing.html | 4 ---- templates/emails/transactional/manual-subscription-end.html | 3 +-- templates/emails/transactional/manual-subscription-end.txt | 2 ++ 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/templates/dashboard/pricing.html b/templates/dashboard/pricing.html index c6f154f7..e8a31d81 100644 --- a/templates/dashboard/pricing.html +++ b/templates/dashboard/pricing.html @@ -177,10 +177,6 @@ $30/year
-For other payment options, please send us an email at -hi@simplelogin.io -. -
If you have bought a coupon, please go to the coupon page to apply the coupon code. diff --git a/templates/emails/transactional/manual-subscription-end.html b/templates/emails/transactional/manual-subscription-end.html index 39610e97..d92e7908 100644 --- a/templates/emails/transactional/manual-subscription-end.html +++ b/templates/emails/transactional/manual-subscription-end.html @@ -9,8 +9,7 @@ {% endcall %} {% call text() %} -Please contact us at -hi@simplelogin.io +Please contact us to renew your subscription. {% endcall %} diff --git a/templates/emails/transactional/manual-subscription-end.txt b/templates/emails/transactional/manual-subscription-end.txt index 13bb1c9d..1f27d710 100644 --- a/templates/emails/transactional/manual-subscription-end.txt +++ b/templates/emails/transactional/manual-subscription-end.txt @@ -2,4 +2,6 @@ {% block content %} Your subscription will end on {{ manual_sub.end_at.format("YYYY-MM-DD") }} + +Please contact us on https://app.simplelogin.io/dashboard/support to renew your subscription. {% endblock %}