{#if subscriptionData?.status_formatted === "Active"}
-
+
Your subscription will automatically renew on {new Date(
subscriptionData?.renews_at,
)?.toLocaleDateString("en-GB", {
@@ -443,7 +427,7 @@
})}
{:else if subscriptionData?.status_formatted === "Cancelled"}
-
+
Your subscription will remain active until {new Date(
subscriptionData?.ends_at,
)?.toLocaleDateString("en-GB", {
@@ -454,7 +438,7 @@
{/if}
- Current Plan:
+ Current Plan:
{#if subscriptionData?.first_order_item?.product_name === "Pro Subscription (Life Time Access)"}
Lifetime Access
@@ -476,7 +460,7 @@
>
@@ -489,20 +473,23 @@
Reactivate Subscription
{:else if subscriptionData?.status_formatted === "Paid" && !subscriptionData?.first_order_item?.product_name === "Pro Subscription (Life Time Access)"}
-
+
Please wait a moment; you will be updated to Pro in a second.
{:else if subscriptionData?.first_order_item?.product_name?.includes("Life Time")}{:else}
-
+
Get Full Access with Pro Subscription.
{/if}
-
+
You will no longer be charged for this subscription, and at the end of
the billing period, your account will transfer to the Free Plan.
@@ -615,9 +603,9 @@
class="modal-box w-full bg-secondary flex flex-col items-center"
>
-
+
Reactivate Subscription
-
+
Reactivate your Pro Subscription now to unlock unlimited features and
gain the edge over the competition.
@@ -662,9 +650,9 @@
-
+
Paypal not supported
-
+
Apologies, our payment provider currently only supports credit cards for
changing plans from monthly to annual. We are working to expand this to
other payment methods.
@@ -689,12 +677,10 @@