Hi @danfung915,
In our plugin, if we try to add an emoji in the subject or Email Body section or header section then our plugin does not allow to add an email template. And we are trying to fix this issue at our end.
Could you please let us know you are trying to add email template with Emoticons?
Kindly post your query on our plugin’s support page or you can create the ticket on our “support at tychesoftwares dot freshdesk dot com” ticketing system.
For Error message issue,
Can you please try to apply below solution for this issue and let me know whether the issue still persists or not on your site?
You would need to change the below code in line number 140 of “class-wcal-product-report-table” file of our plugin. The file will be located at your /< your site URL >/wp-content/plugins/woocommerce-abandoned-cart/includes/classes folder.
The code is:
if( count( $cart_details ) > 0 ) {
Replace it with the below code:
if( count( get_object_vars( $cart_details ) ) > 0 ) {
Please let me know the result.
Hi @jdembowski,
Thank you for letting know to the client for posting issues on the support page.
Regards,
Chetna Bhutka