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 issue with onboarding not showing when WooCommerce is active #1

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

wpscholar
Copy link
Member

As it stands, onboarding isn't being triggered when WooCommerce is active. The reason is that WooCommerce creates a number of pages automatically when it is first activated. Since all the initial sites created on an e-commerce hosting account install WooCommerce automatically, these additional pages were causing the isFreshInstall check to fail and preventing onboarding from showing.

This PR updates things so that If WooCommerce is active, we ignore the pages that Woo sets up when determining which posts to use in the isFreshInstall check.

…rmining which posts to use in the `isFreshInstall` check.
@wpscholar wpscholar added the bug Something isn't working label Jan 31, 2024
@wpscholar wpscholar self-assigned this Jan 31, 2024
Copy link
Member

@circlecube circlecube left a comment

Choose a reason for hiding this comment

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

This makes sense

@circlecube circlecube merged commit 9d43e91 into main Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants