strangerstudios / pmpro-woocommerce

Connect Paid Memberships Pro with WooCommerce and WooCommerce Subscriptions to sell membership products and offer members-only product discounts.
https://www.paidmembershipspro.com/add-ons/pmpro-woocommerce/
46 stars 32 forks source link

Fix false warnings #205

Open andrewlimaza opened 5 months ago

andrewlimaza commented 5 months ago

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.