Marketplace Membership FAQ

Can I charge vendors for adding products to the ?

>>You can set up membership plans for the vendor and let them subscribe to those plans. Now, to charge the vendors for adding products to the site, all you have to do is, set the “Per Product Addition Price Value” via Vendor Types >> Add New (see the screenshot – https://prnt.sc/puj5y1 ).

Can I restrict some of my vendors from adding/publishing/editing products to their site?

>>Our core plugin lets the vendors add products into the site after they are successfully registered into the site.

Now, To restrict some vendors from adding/publishing/editing products into the site, you can set up a membership plan and check all product related capabilities for the vendor except “Submit products” , “Publish products” , “Edit published products” (see the screenshot – https://prnt.sc/puj9vh )

My vendor registration form does not appears

>>Once you will activate Multivendor X Vendor Membership, the vendor can only register via Membership Plan. That is why, if membership plugin is activated, they have to first select the plan, then they will be directed to the registration form.

Can I add product type restriction using vendor membership plugin?

>>Currently, our plugin provides support for “simple” type products. Now, To add support for other other product types in the vendor membership plan, you can enable Multivendor X Pro .

Can I offer my plan to the vendors free for some days and then charge?

>>Yes, you can set up two plans (trial and recurring plan). First, the vendors will subscribe to the trial plan and as the plan expires, will subscribe to a recurring plan.

Vendor auto approves for paid plans

>>The default flow of MultivendorX Vendor Membership is such that the vendor will be auto-approved only if they have paid for the membership plan and the payment is successful.

However, if you still want to manually approve the vendor even after successful payment, then add this code in the function.php of the active theme :

add_filter(‘admin_has_given_capability_to_approve_vendor’, ‘__return_false’);

p.s. this will only work if the plan is not recurring

Can I charge my vendors monthly or yearly?

>>You can set up various monthly/yearly plans for your vendors via Vendor Membership add on and let them subscribe to these plans.

Leave a Reply