Closed yoancutillas closed 2 years ago
Thanks for reporting this, very clear description. Fixed in master.
Was this simply triggering a notice or preventing the emails to be sent?
Just a PHP notice, but if WP_DEBUG is TRUE, the notice is displayed in the email.
Fix released in 3.12.1.
This PHP notice appears when a WC email is sent. E.g.: go to WooCommerce > Orders > open an order > Order actions = "Email invoice / order details to customer" > Send.
Replace qtranslate-xt\modules\woo-commerce\ qwc-admin.php line 356-358
with
Replace qtranslate-xt\modules\woo-commerce\ qwc-admin.php line 375-379
with