• Resolved meglio

    (@meglio)


    I’d like to let vendors manage products through WooCommerce pages ONLY. How do it disable adding/editing products through WCMP pages altogether? It would be easier if such a setting was available (just a single checkbox).

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @meglio, you can defiantly let the vendor manage the product through the WooCommerce. For that you can either override the “vendor_dashboard.php” template file and direct the page to the backend of the site when they will click on “Product Manager” tab.

    Alternatively, you can hide our “Product Manager” tab by using this hook wcmp_vendor_dashboard_nav.

    Let us know if you have any further query.

    Thread Starter meglio

    (@meglio)

    Thanks @dualcube. Will vendors be able to mark products as shipped from the native WooCommerce product management panel?

    Thread Starter meglio

    (@meglio)

    My progress: successfully hooked in wcmp_vendor_dashboard_nav to adapt both sidebar and header menus of the Vendor dashboard to my needs.

    Thanks, it worked like a charm!

    My question still remains re marking orders are shipped:

    Will vendors be able to mark products as shipped from the native WooCommerce product management panel?

    Thanks in advanced for your prompt replies.

    @meglio, you can mark the order as shipped via “Order” tab like this : https://www.useloom.com/share/37a931187fb14243a5ca5c205ba7cf62

    However, you won’t be able to provide the shipping tracking number.

    Thread Starter meglio

    (@meglio)

    Thanks, makes sense!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to disable product management through WCMP custom vendor panel’ is closed to new replies.