Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkout variants show introductory offers for three-year plans in an inconsistent way #94552

Closed
DavidRothstein opened this issue Sep 13, 2024 · 1 comment · Fixed by #94653
Closed
Assignees
Labels
[Feature] Checkout The checkout screen and process for purchases made on WordPress.com. Quick Fix [Type] Bug

Comments

@DavidRothstein
Copy link
Contributor

This was noticed by @renatho here: pdxWSz-1Mt-p2

Example:
screenshot-2024-09-09-at-18 55 01

It seems like maybe the checkout variant code was never updated for three year plans.

Can we relax or even partially remove the following restriction?

//generic introductory offer to catch unexpected offer terms
if (
( introTerm !== 'month' && introTerm !== 'year' ) ||
( introCount > 2 && introTerm === 'year' )

Hopefully an easy fix.

@DavidRothstein DavidRothstein added [Feature] Checkout The checkout screen and process for purchases made on WordPress.com. Quick Fix labels Sep 13, 2024
@michaeldcain
Copy link
Member

From planning:

Moving this to the inbox to maybe get picked up as a Quick Fix. If it's not, I'll move it to the backlog tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Checkout The checkout screen and process for purchases made on WordPress.com. Quick Fix [Type] Bug
2 participants