Problem: The client identified a bug in WooCommerce Multilingual when dealing with product bundles. The issue arises from a deprecated method of accessing product properties directly, which generates a PHP notice. Specifically, the bug was found in
Solution: We acknowledged the bug reported by the client and confirmed it with our team. The client provided a temporary fix by replacing
$cart_item['data']->product_type === 'bundle'
with
$cart_item['data']->get_type() === 'bundle'
. We have escalated the issue for a permanent fix in a future update of WooCommerce Multilingual.
If you're experiencing this issue, we recommend applying the temporary fix provided by the client. However, please note that this solution might be outdated or not applicable to your case. If the problem persists, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. Should you need further assistance, please do not hesitate to open a new support ticket.