Wishlist promotional emails error
-
Hello,
We are having and issue with the promotional Wishlist emails.
We are receiving the following error https://imgur.com/a/RCGDKYf
I will let you attach the website credentials so you can check it for yourself. Also, you will find the error log there.
We are using WP Control plugin to trigger the hook.
Please let me know if you need anything else from me.
Also, the website it’s a clone of the live website.
Please let me know,
Thank you!
Hello,
Please, send us your FTP access so we can check this issue on your website.
Thank you in advance.
Hello,
Thank you for your fast response.
Attached the FTP credentials.
Thank you!
Try to add the following PHP code snippet to the child theme functions.php file to fix this. Once the error is gone, you can remove the code
add_action('init', function () {
delete_option( 'woodmart_promotion_data' );
});
Kind Regards
Hello,
Thank you very much for your fast intervention and fix.
Keep to good things up!
Thank you!
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘Wishlist promotional emails error’ is closed to new replies.