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 false warnings #205

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

andrewlimaza
Copy link
Collaborator

  • BUG FIX: Fixes a bug where products that can only be purchased one per cart would incorrectly not allowed to be purchased even if it was the only membership product in the cart.

Hooking into wp allows us to use the is_cart and is_checkout functions from WooCommerce to avoid this error. Admins/Shop Owners should also limit purchases for products that should only be purchased one per cart within the "inventory" settings of WooCommerce.

For some reason the 'is_purchasable' was running multiple times on the checkout and cart page due to our updated code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant