You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When activating a Coupon Plugin for WooCommerce (we have tested 3, Conditional Discounts for WooCommerce by ORION, Smart Coupons For WooCommerce Coupons, and WooCommerce Smart Coupons an error message appears when you place a PMPro Membership Level Production in the cart then view the cart (see image). Nothing is configured, and no coupon is used; simply the act of the coupon plugin being activated causes this error to appear.
"'Your Product Name' has been removed from your cart because it can no longer be purchased. Please contact us if you need assistance."
*if you put a regular product in THEN a membership it works.
Upon further inspection these plugins are doing something to the is_purchasable and loading it multiple times on the checkout which is making the woocommerce_is_purchasable running more than once which is triggering a false on checkout.
I think the plugins in question should try to resolve this issue as it's out of our control and would be quite 'hacky' for us to figure things out. I am going to leave this open so we can circle back to this once we get a chance but I recommend disabling this notification and functionality as per the code snippet above.
When activating a Coupon Plugin for WooCommerce (we have tested 3, Conditional Discounts for WooCommerce by ORION, Smart Coupons For WooCommerce Coupons, and WooCommerce Smart Coupons an error message appears when you place a PMPro Membership Level Production in the cart then view the cart (see image). Nothing is configured, and no coupon is used; simply the act of the coupon plugin being activated causes this error to appear.
"'Your Product Name' has been removed from your cart because it can no longer be purchased. Please contact us if you need assistance."
*if you put a regular product in THEN a membership it works.
https://capture.dropbox.com/DgKcjZuS1QgnXnYK
The text was updated successfully, but these errors were encountered: