Shipping data and tracking in dash

MultivendorX

Open
Viewing 8 reply threads
  • Author
    Posts
    • #217625
      Pat Martin
      Participant

      Hi, I have noticed in the vendor dash that the vendors can see other vendors pending shipping information and order numbers, and this display customer data. How can I remove this so vendors can’t see each others shipping data? Also is there a way to not have the tracking number required to change status to shipped?

      I am not sure if i have set up shipping incorrectly but I have shipping by zone set up by admin and the the vendor selects the zone they are in and manually adds their own shipping preferences. In the attached screen shot i had blanked out the sensitive test data for the customer address and name with a red block.

      I purchased the pro version of your plugin after your amazing customer service and product (this is brab user).

      Kind regards

    • #217629

      @Shane Brennan Thanks for informing us about this. Our team is looking into the issue. As soon as we add a fix for this we will keep you posted.
      Till then you can keep track of the progress of the issue from here https://github.com/multivendorx/MultiVendorX/issues/677.

    • #217642
      Pat Martin
      Participant

      Thank you, I also noticed that the ‘Order report’ email with weekly data of the stores performance is displaying what looks like the entire sites sales, earnings and withdrawals etc and not the specific vendors stores data for that vendor. I have attached screen shots of two different vendor emails and I have
      posted here in this thread as it seem to be related to an issue with sharing vendor specific data to all vendors instead of to the specific vendor accossiated data.

      Kind regards

    • #217650

      Hello @Shane Brennan thanks for informing us about this too. We are able to recreate this on our end. I have informed the dev team regarding this. They will add a fix for this as soon as possible. ‘
      Once the fix is added we will keep you informed.

      Thanks for your cooperation.

    • #217716
      Pat Martin
      Participant

      Thank you very much for the update. For now is there anyway I can hide the shipping data in the vendor dash so that the customers sensitive information is not displayed to other vendors until a fix is in place?

      Much appreciated your efforts.
      Kind regards

    • #217718

      For now add the below code in the functions.php file of your current active theme to remove the pending vendor table from the vendor dashboard –

      
      add_filter( 'mvx_before_dashboard_widget', 'filter_before_mvx_dashboard_widget', 10, 1 ); 
      function filter_before_mvx_dashboard_widget( $vendor_dashboard_widget ) {
          unset($vendor_dashboard_widget['normal']['mvx_vendor_pending_shipping']);  // remove pending shipping widget
          return $vendor_dashboard_widget;
      }
      
      Copy

      Thanks for your cooperation so far.

    • #217724
      Pat Martin
      Participant

      Thank you so much, I am soo impressed with your service and super happy I went with your pro version its amazing !

      Kind regards

    • #217727

      You are welcome. Once we add the fix for the issue we will let you know.
      Thanks for your cooperation.

    • #219489

      We have already added the fix for the issues mentioned by you. Kindly update MultivendorX to the latest version and check.

Viewing 8 reply threads

Please LOGIN to reply to this topic