WC Lovers

WooCommerce Frontend Manager - Multivendor marketplace vendor dashboard

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Chat Box Notifications #145455
    Mumin Fayaz
    Participant

    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
    } );

    in reply to: Delivery Boys requests #143461
    Mumin Fayaz
    Participant

    Can 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….

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