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

fix(woocommerce): add team name to checkouts for memberships-for-teams #3752

Merged
merged 3 commits into from
Feb 17, 2025

Conversation

naxoc
Copy link
Member

@naxoc naxoc commented Feb 14, 2025

All Submissions:

Changes proposed in this Pull Request:

This adds some filtering to team name on checkout. Some checkout situations were causing errors. See https://app.asana.com/0/1207572908840041/1209019125448166

Also see #2923 - this is related and some of the code from that was changed to accommodate more scenarios. In testing I found a bunch more scenarios where things break because of the missing team name. The ones I found are described in the testing instructions

Questions

I made some utility functions because we already have custom code that does similar things and the team name repair thing is so widespread.
Should we move the new functions to a specific woo-memberships-for-teams class?

How to test the changes in this Pull Request:

Also see instructions in https://app.asana.com/0/1207572908840041/1209019125448166

  • you'll need woo subscriptions, memberships, and teams for memberships.

  • Set up a membership plan and a subscriptions:

    • variable subscription
    • set up some variations
    • mark it as a "Team subscription"
  • Add the subscription product to a checkout button in a page. Visit as a reader and buy it.

  • Confirm in admin the subscription is created, and a team is created for that user.

  • As an admin, cancel the subscription.

As that reader,

  1. go to My Account > Subscriptions and try to click "Resubscribe". Without this patch you'd get a ""Field 'Group Name' is required." error - verify you don't get the error.
  2. On your account page -> My Subscriptions click "Upgrade or Downgrade" and verify that the team name is filled out (I'm unsure if we should be displaying any of these fields though 🤔 Should we hide them?).
  3. On the accounts page –> My Subscriptions click "Renew now" on the subscription and verify that you are taken to checkout and not to an empty cart.
  4. To check for regressions, also go through the test instructions in fix(woocommerce): fix order-pay page when using woocommerce-membershi… #2923

Other information:

  • Have you added an explanation of what your changes do and why you'd like us to include them?

  • Have you written new tests for your changes, as applicable?

  • Have you successfully ran tests with your changes locally?

@naxoc naxoc added the [Status] Needs Review The issue or pull request needs to be reviewed label Feb 14, 2025
@naxoc naxoc self-assigned this Feb 14, 2025
@naxoc naxoc requested a review from a team as a code owner February 14, 2025 17:50
@leogermani
Copy link
Contributor

Didn't work for me :/ the "resubscribe" flow still fails the same way.

Maybe I can send you a dump of my test site

@naxoc
Copy link
Member Author

naxoc commented Feb 14, 2025

@leogermani woops. My bad. I got the scenarios switched around. Could you try again please?

Copy link
Contributor

@leogermani leogermani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! Not all the scenarios work.

Not sure I was able to test Adam's PR beacuse I don't know what he means by "Customer payment page"....

I agree with your suggestion to group and isolate these fixes for Teams. We have a plugins folder where we put things for third party plugins... but not sure if this one could be one file inside the reder-revenue/woocommerce folder... not a strong opinion

@github-actions github-actions bot added [Status] Approved The pull request has been reviewed and is ready to merge and removed [Status] Needs Review The issue or pull request needs to be reviewed labels Feb 14, 2025
@naxoc naxoc merged commit e3661c6 into trunk Feb 17, 2025
8 checks passed
Copy link

Hey @naxoc, good job getting this PR merged! 🎉

Now, the needs-changelog label has been added to it.

Please check if this PR needs to be included in the "Upcoming Changes" and "Release Notes" doc. If it doesn't, simply remove the label.

If it does, please add an entry to our shared document, with screenshots and testing instructions if applicable, then remove the label.

Thank you! ❤️

matticbot pushed a commit that referenced this pull request Feb 20, 2025
# [6.0.0-alpha.1](v5.14.2...v6.0.0-alpha.1) (2025-02-20)

### Bug Fixes

* **campaigns:** remove placeholder Analytics admin page ([#3729](#3729)) ([abd1bc2](abd1bc2))
* **corrections:** address feedbacks on improving code ([b84fab2](b84fab2))
* **corrections:** improve code formatting ([11ed58c](11ed58c))
* **donations:** handle trashed products and avoid creating dupes ([#3760](#3760)) ([5e78832](5e78832))
* **esp-sync:** transform outgoing dates to site timzeone ([#3728](#3728)) ([77dc361](77dc361))
* **perfmatters:** default for lazyload img setting parent selector ([#3753](#3753)) ([491e335](491e335))
* **recaptcha:** improvements for reCAPTCHA v2 + modal checkout ([#3692](#3692)) ([c4738a7](c4738a7))
* **recaptcha:** no need to scroll to top when showing v2 widget ([#3741](#3741)) ([882d55c](882d55c))
* **woocommerce:** add team name to checkouts for memberships-for-teams ([#3752](#3752)) ([e3661c6](e3661c6))

### Features

* **corrections-modal:** refactor corrections admin UI ([0adac63](0adac63))
* **corrections:** add date handling to corrections and enhance UI ([4c77020](4c77020))
* **corrections:** add site timezone handling logic for correction date ([28d3bb9](28d3bb9))
* **corrections:** update style of modal in the editor ([#3766](#3766)) ([0aee542](0aee542))
* **esp-sync:** queue data events sync to run once ([#3661](#3661)) ([dd2b499](dd2b499))
* fixes and improvements for WooCommerce Subscriptions Gifting ([#3747](#3747)) ([49c4b35](49c4b35))
* handle user nicename change ([#3725](#3725)) ([cb045a3](cb045a3))
* **my-account:** add email change feature flag ([#3758](#3758)) ([21f2c30](21f2c30))
* rate limit adding new payment methods by user ([#3679](#3679)) ([0fd5ea5](0fd5ea5))

### BREAKING CHANGES

* **recaptcha:** shippable product orders will auto-complete by default after this change.

* chore: undo unwanted change
@matticbot
Copy link
Contributor

🎉 This PR is included in version 6.0.0-alpha.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-changelog released on @alpha [Status] Approved The pull request has been reviewed and is ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants