Home Forums WoodMart support forum Wishlist promotional emails error

Wishlist promotional emails error

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #511518

    John
    Participant

    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!

    #511524

    Artem Temos
    Keymaster

    Hello,

    Please, send us your FTP access so we can check this issue on your website.

    Thank you in advance.

    #511527

    John
    Participant

    Hello,
    Thank you for your fast response.
    Attached the FTP credentials.
    Thank you!

    #511559

    Artem Temos
    Keymaster

    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

    #511563

    John
    Participant

    Hello,
    Thank you very much for your fast intervention and fix.
    Keep to good things up!
    Thank you!

    #511855

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Wishlist promotional emails error’ is closed to new replies.