-
Notifications
You must be signed in to change notification settings - Fork 110
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
[WC] cart gets emptied with multiling variable products #645
Comments
I haven't found time to look at this but if you experiment some stuff please try to do with the PR to integrate the new modules: #627. This will be quite a big change also to handle these specific bugs more easily. Also, once this becomes a new plugin these modules might become again new separate projects as git submodules but they should not be separate WP plugins. This is the plan but i'll come back to this later. About empty cart i found this old issue but there was no mention of variable product. Maybe it was the same case, maybe not: #517 |
If you use #790 final file qwc-front.php it stops showing any variations |
@alelkin the change of #790 has not been merged for the reasons i explained in that ticket. These corrections were done differently in 3.7.3. See #612. This ticket here is a different topic i think. I don't know the current status. Let's forget about #790 because it's not relevant anymore. The discussion here should only concern the problem described earlier with the empty cart. If it's a different topic please open a new ticket describing the problem precisely with all the info about the versions you are using. |
Got it. So the problem is still here in version 3.8.0. |
First tests of 3.8.1 version: |
I created a variable product with multiling attributes and variations. Added a few to cart and bounced between cart and checkout (without switching languages) and at some point the items will disappear saying "AAA has been removed from your cart because it has since been modified.". It seems to have been plaguing users on WPML as well.
Please see:
https://wpml.org/forums/topic/problem-item-has-been-removed-from-your-cart-because-it-has-since-been-modified/
I will do a database/source code deep dive later next week but it seems to be a problem internally with woocommerce not playing well with multilingual content.
The text was updated successfully, but these errors were encountered: