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 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: i18n label for store missing? #92801
    micha
    Participant

    …maybe this is important. I’m using Dokan with WCFM Ultimate.

    in reply to: Store tab on products view missing for Shop Manager #73840
    micha
    Participant

    Yes, I’m using Groups & Staff as well. Now it works.
    Maybe this should be improved by renaming the capability?

    Many Thanks
    Micha

    in reply to: require wp-load.php not working with role vendor #32999
    micha
    Participant

    The warning disappeared as I made sure that the php script doesn’t send ANY content before calling session_start (so I put it at the absolute beginning).

    in reply to: require wp-load.php not working with role vendor #32998
    micha
    Participant

    Hi,

    I read again what is exactly stated in the error message. Add session_start();
    Thus, I added the following on the beginning of the php script which is producing the error:

    /**
    * Initialize session at start
    */
    function init_session() {
    if ( session_id() == ” ) {
    session_start();
    }
    }
    init_session();

    Now it works.

    Now I only get a warning:
    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at … on line 20

    in reply to: Vendor Product Limit is 0 #32639
    micha
    Participant

    I found the solution which was a wrong configuration. Under Dokan->Modules I had to disable “Vendor Subscription”. Now it works.

    in reply to: Vendor Product Limit is 0 #32552
    micha
    Participant

    If I uncheck the “Enable Adding Products” in wordpress (dokan) user settings the unlimited products we be show to the vendor but now he of course is not allowed to add a product anymore ;-). Please see also screenshot.

    Attachments:
    You must be logged in to view attached files.
    in reply to: require wp-load.php not working with role vendor #30943
    micha
    Participant

    I’m using Dokan and yes I’m programming on a custom plugin. Actually, I’m extending an existing one to be able to show all orders of a customer in a vendor account after the costumer provided their customer id (via qr code on a customer card).

    I’m also astonished about that behavior. Especially, because it works after deactivating the WC Frontend Manager Plugin.

    I get the following fatal error (only with WCFM activated and logged in as a “Vendor” user):

    [06-Sep-2018 08:33:54 UTC] PHP Fatal error: Uncaught Exception: Hybridauth requires the use of ‘session_start()’ at the start of your script, which appears to be disabled. in /…/wp-content/plugins/dokan-pro/includes/lib/Hybrid/Storage.php:21
    Stack trace:
    #0 /…/wp-content/plugins/dokan-pro/includes/lib/Hybrid/Auth.php(117): Hybrid_Storage->__construct()
    #1 /…/wp-content/plugins/dokan-pro/includes/lib/Hybrid/Auth.php(55): Hybrid_Auth::initialize(Array)
    #2 /…/wp-content/plugins/wc-frontend-manager-ultimate/core/class-wcfmu-vendor-verification.php(119): Hybrid_Auth->__construct(Array)
    #3 /…/wp-content/plugins/wc-frontend-manager-ultimate/core/class-wcfmu-vendor-verification.php(24): WCFMu_Vendor_Verification->wcfm_vendor_auth_requests()
    #4 /…/wp-content/plugins/wc-frontend-manager-ultimate/c in /…/wp-content/plugins/dokan-pro/includes/lib/Hybrid/Storage.php on line 21

    I was hoping you might have an advise for me.

    in reply to: Add a Vendor from Store Manager #28909
    micha
    Participant

    Hi,

    Thanks for the fast response. I’m using the Dokan multi-vendor plugin.

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