Home › Forums › WoodMart support forum › New feature Wait list
New feature Wait list
- This topic has 11 replies, 3 voices, and was last updated 2 months, 2 weeks ago by Artem Temos.
-
AuthorPosts
-
August 20, 2024 at 1:26 pm #591264
bvParticipantHi there,
I am testing a new feature “Wait list”. I can see how everything is working without a manual (I think), except how do customers are noticed when the item is back in stock…
– I enabled the feature,
– made the changes to the emails in Woocommerce -> Settings -> Emails.
– made an user which subscribed to the item which is out of stock.
– verify subscriptionBut when I set the item back in stock – I do not receive any emails from the system regarding the info about back in stock for the item I subscribed?
Am I missing something?
Regards,
BraneAugust 20, 2024 at 3:31 pm #591309
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
August 20, 2024 at 4:18 pm #591329
bvParticipantHi Artem,
I am getting fatal error:
Parse error: syntax error, unexpected end of file in /www/staging/wp-content/themes/woodmart-child/functions.php on line 177
with your code…Regards,
BraneAugust 20, 2024 at 5:07 pm #591339
Kate M.KeymasterSorry, try to replace previous custom code with following code snippet
add_filter( 'woodmart_waitlist_schedule_time', function() { return MINUTE_IN_SECONDS; } );
Regards.
August 20, 2024 at 5:31 pm #591341
bvParticipantOK, now the website is working with this new code – but what should I do after this?
Regards,
BraneAugust 21, 2024 at 9:20 am #591431
Artem TemosKeymasterNow you should get emails when the product is back in stock without delays. Let me know if it works.
August 21, 2024 at 11:56 am #591497
bvParticipantHello Artem,
Unfortunately but still not not working. I checked several times.
Regards,
BraneAugust 22, 2024 at 9:29 am #591656
Artem TemosKeymasterHello,
It looks like it is broken because of server authentication. Please try to disable it manually and test how it works.
Kind Regards
August 22, 2024 at 12:57 pm #591736
bvParticipantHello,
Note that I am able to receive verification email from the server when I join to Wait list, so I don’t think it is problem with server authentication.
But just for the record, I have deleted server authentication. But still not working.
Server authentication is still disable – so u can try it yourself.Regards,
BranislavAugust 22, 2024 at 2:30 pm #591788
Artem TemosKeymasterHello,
It seems like the problem is caused by locked cron jobs on your website https://monosnap.com/file/1OK6CMOgBiixLmQd7bnNzWz3y5oTPG
When we remove this code, it starts working correctly https://monosnap.com/file/tAm4wLgmt004057lfed73g2CLncjeIKind Regards
August 22, 2024 at 4:59 pm #591857
bvParticipantI can confirm that it is working now.
Thank you.August 23, 2024 at 9:08 am #591944
Artem TemosKeymasterGreat, we are glad that you sorted it out. Feel free to contact us if you have any further questions.
-
AuthorPosts
Tagged: waitlist
The topic ‘New feature Wait list’ is closed to new replies.
- You must be logged in to create new topics. Login / Register