From 091096aa113d4a8f406dc40647488d1a17352a26 Mon Sep 17 00:00:00 2001 From: Nate Date: Wed, 25 Mar 2026 23:46:53 +0400 Subject: [PATCH] Revert "test: improve checkout select" This reverts commit 98965ca2f39e2490f227194cc5a8c94a3056e92c. --- apps/web/src/views/checkout.ejs | 175 ++++++++++++++++---------------- 1 file changed, 85 insertions(+), 90 deletions(-) diff --git a/apps/web/src/views/checkout.ejs b/apps/web/src/views/checkout.ejs index fc99c9e..f01a783 100644 --- a/apps/web/src/views/checkout.ejs +++ b/apps/web/src/views/checkout.ejs @@ -30,106 +30,101 @@ <% if (!invoice) { %> - -
+ <% if (plan !== 'free') { %> +
+ Buying a higher tier? Your current plan pauses and picks back up once the new one expires. If you'd rather combine them, reach out to support. +
+ <% } %> + + + + + -
- - -
-

Choose a plan

+
+ + <% if (hasLifetime) { %> +
+ Owned +
Lifetime
+
$<%= lifetimeBase %>
+
You already have Lifetime
- -
-
- - <% if (hasLifetime) { %> -
- Owned -
Lifetime
-
$<%= lifetimeBase %>
-
Already included in your plan
-
- <% } else { %> - - <% } %> -
- - - -
- - -
-
Pay with
-
- <% coins.forEach(function(c, i) { %> - > - - <% }) %> -
-
- - -
- - <% if (plan !== 'free') { %> -

Buying a higher tier? Your current plan pauses and picks back up once the new one expires. If you'd rather combine them, reach out to support.

+ <% } else { %> + + <% } %> +
+ + + + + +
+ +
+ <% coins.forEach(function(c, i) { %> + > + + <% }) %> +
+
+ + + <% } else { %>