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
- This topic has 14 replies, 2 voices, and was last updated 1 week, 1 day ago by Artem Temos.
-
AuthorPosts
-
August 22, 2024 at 10:47 am #591695
Little PandaParticipantHello,
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
August 22, 2024 at 2:11 pm #591774
Artem TemosKeymasterHello,
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
November 26, 2024 at 5:11 pm #616186
Little PandaParticipantHello,
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
November 26, 2024 at 7:58 pm #616258
Artem TemosKeymasterHello,
Sorry, try to replace it with the following
add_filter( 'woodmart_waitlist_schedule_time', function() { return MINUTE_IN_SECONDS; } );
Kind Regards
November 27, 2024 at 7:49 am #616372
Little PandaParticipantHi.
Sorry no it sadly hasn’e worked and no notification that the item was back in stock was sent.
🙁November 27, 2024 at 9:16 am #616399
Artem TemosKeymasterCould you please disable all plugins that are not related to our theme on your staging website and send us your admin access so we can check this problem?
November 29, 2024 at 1:40 pm #617641
Little PandaParticipantHi, Our staging site doesn’t allow mail to be sent so it’s hard to test the functionality, however we can give you admin access (see private area).
November 29, 2024 at 2:11 pm #617662
Artem TemosKeymasterWe can’t debug the problem if emails don’t work at all. You need to configure mail server on the staging so we can check.
November 29, 2024 at 5:15 pm #617758
Little PandaParticipantOur staging site cannot send emails from the staging sites created. We are told by our staging site provider (blogvault) that this is a standard practice set for the staging server, it is not possible to bypass this as it’s disabled for security reasons.
So how can we investigate this issue please?
November 29, 2024 at 5:32 pm #617769
Artem TemosKeymasterCan we get the access to the production website but don’t disable any plugins?
December 5, 2024 at 9:47 am #619556
Little PandaParticipantHi,
Yes sure – see the private area.
December 5, 2024 at 11:12 am #619616
Artem TemosKeymasterWe saw the following notice on your website https://monosnap.com/file/lMoBVIixSH9BMXIWoRdQfsuXmwQHGr
It looks like the cron functionality is turned off on your website. Please enable it and test how it works.December 5, 2024 at 11:18 am #619620
Little PandaParticipantHello
WP cron is manually enabled server side by our VPS wordpress admin so this should be working as expected?
December 5, 2024 at 1:12 pm #619679
Little PandaParticipantHi.
Okay we figured it out. Our server side cron was set up for a single WP site when we are actually running a WP multisite which was causing issues with sending mail.
Regards and thank you for your assistance!
LP
December 5, 2024 at 4:59 pm #619774
Artem TemosKeymasterSo now all emails are sent correctly? Let me know if you have any other questions.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register