Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- Mumin FayazParticipant
Add this code in your child theme, if you dont have one, use a php snippet plugin and paste this code:
add_filter( ‘wcfm_is_allow_desktop_notification’, ‘__return_true’ );
add_filter( ‘wcfm_is_allow_new_message_check’, ‘__return_true’ );
add_filter( ‘wcfm_orders_is_allow_auto_refresher’, ‘__return_true’ );
add_filter( ‘wcfm_new_message_check_duration’, function($time) {
return 10000; // its in milisecond so 10000 = 10s
} );Mumin FayazParticipantCan a delivery boy set himself as offline, when he is not available so that the vendor or admin may know when to assign him a order and when not. Thanks….
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)