Can’t see other action then “send” in the vendor dashboard.

WCMp Core

Resolved
Viewing 10 reply threads
  • Author
    Posts
    • #134560
      James
      Participant

      Hello,

      I have a problem since the last update, in the section “order” of the vendor dashboard.
      I can’t do any other action then “send” , before i used to have more actions : “look at the order” , “print invoice” , “print sender ticket”, and 1 or 2 more i don’t use so i don’t remember the function.

      i show you a screenshot there.

      Best Regards.
      James.

    • #134563
      James
      Participant
      This reply has been marked as private.
    • #134609

      Hi, thanks for getting in touch with us.

      We have recreated the issue on our end and will fix this in our next update.
      You can track the issue from here- https://github.com/wcmarketplace/dc-woocommerce-multi-vendor/issues/1049#issue-1142971250

    • #134663
      Zia Rahim
      Participant

      @james I had the same issue, I rolled back the plugin to fix the issue until their next update.

    • #134680

      @Zia Rahim thank you for your help.

    • #134691
      James
      Participant

      Yeah my mistake, i realised this to late i can’t roll back now so i have to wait the next update.
      I have notify my vendors to check there order in there mails because it won’t work on the website.
      Do you have an approximative date for the next update ?

      Best regards.
      James.

    • #134714

      @James Currently our development team is working on a huge update of WCMp 4.0, where we are revamping the full flow of WCMp. Hence until we can release the update, the team can’t start working on this.

      Looking for your co-operation regarding the same.

    • #134747
      redilson
      Participant

      @WCMP team. Do you have any info on this WCMp 4.0 and what will be changing? Hopefully the core functionality will remain unchanged.

    • #134755

      Our team is currently working on huge update i.e, we are revamping the backend of WCMp. As we are introducing new coding there so we can make the backend a lot faster along with the module feature, hence it is taking some time.

      Also module wise structure means , you’ll get the access of individual settings access in dashboard for example there will be separate sections for payments, shipping etc. Where you can simply select which module you will use like Vacation, PDF etc

    • #134875
      michail_shapkin
      Participant

      Hi, to hot fix do this –
      in \classes\class-wcmp-ajax.php, line: 341
      replace

      
      $action_html .= '<a href="' . $action['url'] . '" target="'. isset($action['target']) ? $action['target'] : '' .'" title="' . $action['title'] . '"><i class="wcmp-font ' . $action['icon'] . '"></i></a> ';
      
      Copy

      with

      
      $action_html .= '<a href="' . $action['url'] . '" target="'. $action['target'] .'" title="' . $action['title'] . '"><i class="wcmp-font ' . $action['icon'] . '"></i></a> ';
      
      Copy
    • #134908

      we will release an update by Tuesday with this fix.
      Thanks for the help @michail_shapkin

Viewing 10 reply threads

The topic ‘Can’t see other action then “send” in the vendor dashboard.’ is closed to new replies.