• Resolved edyou

    (@edyou)


    Hi, Please let me know

    1. How to remove Edit, Quick Edit, Delete Options In vendor product dashboard.

    We want to keep only the View option to the vendor.

    2. How to Remove add new product button on vendor dashboard?

    Thank you.

    • This topic was modified 4 years, 7 months ago by edyou.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @edyou,

    1. The mentioned CSS may help you hide the Edit, Quick Edit, Delete Options In vendor product dashboard.

    .dokan-product-listing .dokan-product-listing-area .row-actions {
        
        display: none !important;
    }

    2. To hide the add new product button on the vendor dashboard you can use the mentioned CSS on the child theme style.css section :

    .dokan-btn.dokan-btn-theme.dokan-add-new-product {
        display: none;
    }

    I hope this helps.

    • This reply was modified 4 years, 6 months ago by roshni07.

    Hi @roshni07
    what code should i add
    to change the product status,
    if the vendor re-edits the product that has been published by the admin,
    so it’s delayed again, so the admin republishes, instead of watching over malicious vendors,
    thanks

    Hello @arwah12,

    It will require some details coding to make such custom changes. It will be better if you contact a developer for the purpose. However, similar feature is included in the starter version of the plugin. In case you need more details you will need to contact on the link.

    Thanks 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove Edit , Quick Edit Options In vendor product dashboard’ is closed to new replies.