-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add compatibility for grouped products #21
Comments
#21: Add compatibility for grouped products
after updatting to 1.15 the problem is back.... |
Damn it! 🤦♂ Sorry for that, @Jeroenleender. I wasn't able to reproduce this issue in the first place and thought that with 1.14 it would be fixed, which apparently it was. However, 1.14 seem to break functionality for non-grouped products. That's why I deployed 1.1.5. The issue that you are facing is that when using grouped products, no quantity is visible at all, right? |
When u open a grouped product and get an overview of simple products, the default value should be 0. |
When i use my fix all my grouped and simple products work correctly. |
That's good to know. Thus, I need to figure out how to detect whether a product is a grouped product. If so, handle the logic of 1.14, otherwise handle the logic of 1.1.3 resp. 1.1.5. Shouldn't be too complicated to implement. Sorry for the inconvenience caused by the latest release, though. For the time being, you could use WP Rollback to rollback my plugin to the previous version until I release 1.16. |
if( $product->is_type( 'simple' ) ) For myself i just used he former fix on the latest patch since that also works |
or maybe something like this.....
|
Reported in https://wordpress.org/support/topic/input-value-incorrect/#post-12604475:
The text was updated successfully, but these errors were encountered: