• Resolved ashumittal

    (@ashumittal)


    Hello, I have followed the steps on your
    Docs Page

    But I am getting an Error while Vendor Login on the Store Manager App ” JWT Token Missing”

    Firstly I was getting error of Wp-Config, then I added the codes

    define('JWT_AUTH_SECRET_KEY', 'your-top-secret-key');
    define('JWT_AUTH_CORS_ENABLE', true);

    on my wp-config file.

    and after that I added the codes

    RewriteEngine on
    RewriteCond %{HTTP:Authorization} ^(.*)
    RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
    
    SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

    to the .htaccess file on the home directory of my site.
    (I have 2 .htaccess files there – 1. .htaccess & 2. .htaccess.bk) I made editing on .htaccess

    but after that i am getting “Website Auth Setup Incorrect – Contact Admin- JWT Token Missing” Error while trying to login in the app.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hello,
    Have you installed the jwt auth plugin mentioned in the document it is required and I guess not installed in your site. If you still face the difficulty contact us through the contact form in the site https://wcfm.app
    We will look into your site in details.

    Thank you.

    Thread Starter ashumittal

    (@ashumittal)

    Hello, I have sent the details via the form. Please have a look at it.

    Thank you.

    Plugin Author WC Lovers

    (@wclovers)

    Hello we have replied via email kindly check.

    Thread Starter ashumittal

    (@ashumittal)

    Thank you. I have logged in to the store vendor dashboard from the store manager app but sumtill there is a problem that whenever the vendor gets an order only one notification comes and on openong the order there is only one option to mark the order as completed. The vendor is not able to see the buyer details like address, mobile number etc. Further more the list of ordered products is not displayed properly.

    Plugin Author WC Lovers

    (@wclovers)

    The vendor gets the whole order notification as a whole by default this is also the default feature of WCFM. If you want to have itemized order visibility you must use the filter add_filter( ‘wcfm_is_allow_itemwise_notification’, ‘__return_false’ );
    add_filter( ‘wcfm_is_show_marketplace_itemwise_orders’, ‘__return_false’ );

    The other features you mentioned are still not available in the app. Please contact through [email protected] for details.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Vendor App Configuration – JWT Token Missing Error’ is closed to new replies.