Home Forums WoodMart support forum Waitlist Feature Doesn’t Send Out Notification Email When Product Is In Stock

Waitlist Feature Doesn’t Send Out Notification Email When Product Is In Stock

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #591695

    Little Panda
    Participant

    Hello,

    We just tried turning on the woodmart waitlist function.
    We then made a product out of stock.
    We then signed up to the waitlist.
    We received the ‘confirm waitlist’ email.
    We can see we are subscribed on the product.
    We then put the product back in stock.
    No back in stock notification email is sent.

    Can you advise what we should be looking at to try and problem solve this issue?

    Regards

    LP

    #591774

    Artem Temos
    Keymaster

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php while testing emails and let me know how it works

    add_filter(
        'woodmart_waitlist_schedule_time',
        function() {
            return MINUTE_IN_SECONDS;
        }
    )

    Kind Regards

    #616186

    Little Panda
    Participant

    Hello,

    Sorry for the late reply on this but it still does not work.
    We also get a syntax error when we try your code.

    Regards

    LP

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