Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards

Edit Vendor Dashboard

Theme and Plugin Support

Resolved
Viewing 8 reply threads
  • Author
    Posts
    • #146285
      louKyLouk
      Participant

      Hi,
      I would like to hide or remove the refund button accessible by vendor dashboard from an order inside Orders.
      I’m not sure what code to add inside my functions.php.

      Thanks

    • #146315

      Use below css to hide the refund button

      .mvx-order-actions.mvx-order-data-row-toggle
      {
      display: none;
      }

      https://prnt.sc/yrF4HRZ-bSC8

    • #146316
      louKyLouk
      Participant

      Thanks for your response, but with the link you sent, I can’t see where is locate the page to access Custom CSS field. Can you help me on this ?

      Thanks

    • #146320

      Follow the steps–
      MultiVendorX>>Settings>>Seller Dashboard,scroll down and use the given CSS in Custom CSS box

    • #146354
      louKyLouk
      Participant

      Thanks but finally your solution didn’t works for me here.
      I actually edit the vendor_dashboard.min.css file and I added “display: none;” inside #wcmp_order_data_refunds .wcmp-order-actions {}

    • #146368

      https://watch.screencastify.com/v/QPok696o0Umcfzi8mgBO You can see ,it is working perfectly fine in our end .
      You just need to replace wcmp with mvx in the CSS as you are using WC Marketplace.

    • #146384
      louKyLouk
      Participant

      Hi,
      Thanks for the details wcmp vs mvx. Something strange happened, my precedent technique as I told you before (modify the vendor_dashboard.min.css file) was working well for me (on my machine). But for other people on their machine no.

      But everythings is good for now I used your method with wcmp_
      Thanks

    • #146399

      Hi, ask your other vendors to clear the cache of the browser and check.

    • #149847
      WCMp Admin
      Keymaster

      We haven’t heard back from you, so we presume this issue has been fixed.
      So we are closing this one.
      If you need any further help, do open another thread.

Viewing 8 reply threads

The topic ‘Edit Vendor Dashboard’ is closed to new replies.