• Resolved bperd

    (@bperd)


    When a vendor in my portal REMOVES his product, does it go to moderation by ADMIN before it disappears from the site?

    IF so, I’d like to know how to remove the option for the vendor to DELETE their product. I’m selling a product with 1-year access. The seller can not remove the product, we must hide it in product page settings. So I would like the product deletion to follow a different procedure outside of the system. UNLESS the deletion option requires ADMIN approval.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Nazmul Hassan

    (@nazmulhassann20)

    Hello @bperd,

    I am so sorry to inform you that the product deletion of the vendor does not require admin approval. The vendors can delete a product when they need to.

    You can hide the product delete option for the vendor using custom code so that the vendor does not have the delete product option on the dashboard. This will help you with an alternative solution to your requirement. But you are unable to have the option by default.

    Kindly use the below CSS on your child theme’s style.css file or on additional CSS area of your theme settings-

    .dokan-dashboard-product-listing-wrapper span.delete {
        display: none;
    }

    Thank you for understanding :slightly_smiling_face:

    Hi,

    Above option is removing delete option only respective products.
    it is not removing bulk delete option.

    Kindly help us how to disable that bulk delete option which will appear on top header.

    Thanks in advance,

    Hello @edyou,

    Please follow the thread to get the solution ??

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Moderation by Admin when Vendor Removes a Product’ is closed to new replies.