• Resolved ananddevops

    (@ananddevops)


    Hello,

    When a vendor is adding a product, using the ADD PRODUCT page there is a option of checking the Type of Products from the WP Backend –

    For other product types go to WP Backedn

    I would like to remove that and don’t want the Vendor to be allowed to go the WP backned all together. The vendor backned requirments are currently serviced the WP Backend Admin.

    Kindly suggest how to achieve the same?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Dualcube

    (@dualcube)

    @ananddevops, Our core plugin WC Marketplace lets vendor add simple product from frontend and variable product from backend. So, vendor’s need to access the backend for this. That is why we let vendor access backend.

    Now, will your vendors add variable/grouped/external products in your site?

    We will wait for your reply.

    Thread Starter ananddevops

    (@ananddevops)

    No, all products being added by Vendor are simple products.

    Even at a later point, if we introduce – variable/grouped/external products, by vendors, we would like that permission to be with the Admin and change the same with familiarity and tested biz workflows.

    Thanks

    Dualcube

    (@dualcube)

    @ananddevops, if you want to remove the “For other product types go to WP Backedn”, than add this css via WCMp >> Settings >> Vendor >> Vendor Frontend >> Custom CSS :

    .add-product-backend {
        display: none;
    }
    Thread Starter ananddevops

    (@ananddevops)

    Thanks this worked great.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove WP Backend Link from Add Products page?’ is closed to new replies.