Hi, yes it’s possible to use this plugin for custom order status, too.
How do you set up those order status?
The Plugin supports the WooCommerce Order Status & Actions Manager from codecanyon
If you set up the custom order status on another way, take a look into the code how the plugin hooks into the default status here: https://github.com/derweili/fb-messenger-bot-for-woocommerce/blob/master/inc/woocommerce-order-status-messages.php
If you know a bit pup this should eaily be done.
Hi, yes it’s possible to use this plugin for custom order status, too.
How do you set up those order status?
The Plugin supports the WooCommerce Order Status & Actions Manager from codecanyon
If you set up the custom order status on another way, take a look into the code how the plugin hooks into the default status here: https://github.com/derweili/fb-messenger-bot-for-woocommerce/blob/master/inc/woocommerce-order-status-messages.php
If you know a bit php this should eaily be done.
Thread Starter
jarmos
(@nextgaything)
Ah great! It is indeed the one we use as well. Do I have to do anything to make sure these get communicated via Messenger or does it happen automatically?
When the messenger bot plugin is activated, you can find an additional metabox on the edit screen of the custom order statuses.
The text you paste there will be send via messenger.
Thread Starter
jarmos
(@nextgaything)
Brilliant! I do get the following error when setting up:
“The URL couldn’t be validated. Response does not match challenge, expected value=”1022642872″, received=”””
The number does change in the error from time to time, though.
Any idea what it could be?
When/Where do you receive this error?
Thread Starter
jarmos
(@nextgaything)
I get this when verifying the callback URL at Facebook.