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

Custom product types: support for variations. #39490

Closed
AnnaMag opened this issue Jul 31, 2023 · 0 comments · Fixed by #39502
Closed

Custom product types: support for variations. #39490

AnnaMag opened this issue Jul 31, 2023 · 0 comments · Fixed by #39502
Assignees
Labels
team: Mothra type: bug The issue is a confirmed bug.

Comments

@AnnaMag
Copy link
Contributor

AnnaMag commented Jul 31, 2023

WooCommerce 7.9.0 introduced a change to the "Use with variations" checkbox on the Edit Product page which prevents merchants from being able to create e.g. a Variable Subscription product.

Here's the relevant changes in WooCommerce that caused this:
WooCommerce PR #38802 Changed the Used for variations checkbox code and adds a new enable_if_variable className
WooCommerce PR #39106 Causes the Used for variations checkbox to be disabled for variable subscription products

When trying to create a variable subscription product, the "use with variations" checkbox on the attributes page is getting disabled which prevents creating variations for subscriptions:

Image

This was fixed for Subscriptions, we should test on other custom products.

Related report: #39338.

@github-actions github-actions bot added the status: awaiting triage This is a newly created issue waiting for triage. label Jul 31, 2023
@AnnaMag AnnaMag added type: bug The issue is a confirmed bug. team: Mothra labels Jul 31, 2023
@mattsherman mattsherman self-assigned this Jul 31, 2023
@rrennick rrennick removed the status: awaiting triage This is a newly created issue waiting for triage. label Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team: Mothra type: bug The issue is a confirmed bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants