Vendor dashboard issues

MultivendorX Pro

Tagged: 

Resolved
Viewing 11 reply threads
  • Author
    Posts
    • #191511
      Emmanuel Umerie
      Participant

      Hello,
      I am facing some issues with vendor dashboard like:
      1. All product tab: Products are inline with filter and category but it should be under filter
      2. Product stock and subscriber list is showing wordpress error when I go to that tabs.
      3. Issue with product activation: I used my api key and product id api status showing deactivated.

      I am getting all these problems I am adding screenshot of them also

    • #191516
      Emmanuel Umerie
      Participant
      This reply has been marked as private.
    • #191537

      @Emmanuel, we need ftp access also, to check the error message.
      Kindly share that with us.

    • #191543
      Emmanuel Umerie
      Participant
      This reply has been marked as private.
    • #191556

      Hi @Emmanuel Umerie, thanks for the access.

      Our team will check and get back to you.

    • #191564
      Emmanuel Umerie
      Participant

      Thanks, I hope it will be done soon. Cause my vendors are facing problems and I want it fix as soon as possible if there is a plugin issue with theme.

    • #191583
      Emmanuel Umerie
      Participant

      Hello,
      I want to launch again the website this week so please can you fix it as soon as possible and let me know the updates what is going on and if I have to do any thing. Thanks

    • #191602
      Emmanuel Umerie
      Participant

      Hello, I am not getting any response from you please response to me and if the problem is fixed.

    • #191613

      Hi,
      We have fixed product table issue in your site using below custom code.
      As this is a theme compatibility issue.

      //please add this code in the function.php of the current active theme :
      add_action('wp_enqueue_scripts', 'my_remove_scripts',99999999);
      
      function my_remove_scripts(){
          if(is_user_logged_in()){
           $uid = get_current_user_id();
              if( is_vendor_dashboard() && is_user_mvx_vendor($uid) && is_user_logged_in() ){
               	wp_dequeue_style( 'aora-style' );
      			wp_dequeue_style( 'aora-child-style' );
      			wp_dequeue_style( 'aora-vendor' );
              }
          }   
      }
      Copy

      And fixed vendor dashboard tabs error issue by modifying some code in our mvx pro plugin. we will fix this in our next update, for now use our fixed plugin download from your site plugin folder.

      Regards,

    • #191615
      Emmanuel Umerie
      Participant

      thank you so much so it will be fixed from next update?

    • #191620

      @Emmanuel Umerie, we will add the same fix in our next update of MVX pro.
      Once that update will be released, you can remove this code.

    • #194688

      We have already added fix for the issues. We are closing this thread. If you face issue or need help in future please open a new thread.

Viewing 11 reply threads

The topic ‘Vendor dashboard issues’ is closed to new replies.