Yes, I have checked it with wordpress 5.8.
Divi builder working when we deactivated seo yoast plugin.
Once we active it, it’s conflict with DIVI builder.
Can you please suggest how we can resolve this.
Thanks
I found solution to remove quantity from email,
file location : woocommerce/template/emails/
File name : email-order-items.php
Please comment this line
echo “\n” . sprintf( __( ‘Quantity: %s’, ‘woocommerce’ ), $item[‘qty’] );