The knowledgebase can be frustrating since it should be very user friendly, but unfortunately it is not so much out of the box. Besides having to change the date on …
Add Weight & Change Orders CSV Output
New 11/2020: Total Order Weight. This snippet will give you the ability to modify the CSV download for your vendors. I did this for my site in order to enable …
Announcement Email – Embed Text
By default as of this version, WCMp only includes a link to the announcement page of the vendor dashboard in the email that is sent to the vendor. If you …
Announcement Email – Exclude Suspended
By default, clicking “select all” vendors for the announcement will include your suspended vendors as well. On my site, I suspended certain vendors for a reason, and did not feel …
Post-Order Messaging Plugin and Tweaks
If you are looking for a decent way to have post-order messaging stay on your platform instead of via emails between your vendors and their customers, then check out N-Media’s …
Change the allowed size of the Vendor Logo
The default image size for the Vendor’s logo is a small 100 x 100 pixels. On my site, I reformatted my vendors page to look exactly like the woocommerce categories …
Rename Specified Vendor Dash Product Editor Tabs
This snippet gives you the ability to rename the product editor tabs. On my site, I overrode the template to remove all the information inside the default shipping tab except …
Add a New Tab in Vendor Dash Product Editor
This snippet is what I use to add an additional tab to my product editor for information, text only. My site has several third party plugins which enable extra functionality …
Remove Specified Product Editor Tabs
This snippet will simply remove the tabs you wish to remove from the Vendor Dashboard’s Product Editor. For me, I did not need Linked Products or the Advanced tab because …
Remove and Change Vendor Product Editor Tabs for Variable Products
This snippet was first given to me in order to hide the Inventory tab if the product type was set to Variable. The Woocommerce default lets you force managing inventory …
Remove Random Orders Metas from Vendor Dash
This snippet is will allow you to hide any unwanted order meta data inside the single order page of the Vendor Dashboard. I’ve found that some things work and some …
Remove Random Metas from PDF Invoice
This snippet is designed to remove all the extra order meta data that may be showing on your PDF invoices. Many plugins will create extra order metas, for example I …
Send Admin an Email When Product is Updated
If you have your site set to require review of all products when they are published, it also means that the Vendors can’t update their listings without a review. That …
Remove Order Statuses From Pending Shipping
This snippet can customize the Pending Shipping section on the Dashboard screen in the Vendor Dashboard. The example shown here will display orders that are not Cancelled or On Hold …
Remove Pending Shipping Widget
This snippet removes the entire Pending Shipping section on the Dashboard screen in the Vendor Dashboard. I thought it was a neat concept but actually was just clutter that made …
Remove Bulk Order Status Change Options
This snippet will unset and remove the specified option from the bulk order status change dropdown box on the Vendor-Orders list page. On my site, I have no use for …
Make Processing Orders display by default and…
And remove/change certain order statuses. This is powerful but must also be used in conjunction with a template override if you want to make Processing be the default loaded filter …
Hide Certain Statuses in Dashboard Orders List
This snippet allows you to choose exactly which order statuses you want displayed to your vendors in the vendor-orders page. On my site, I hate hate hate “Pending Payment” orders, …
Stop Duplicate Suborder Emails
In 2019, WCMp transitioned to a split order system. Unfortunately there are many long-lasting teething problems with this. One of them is that new order emails are sent to the …
Change Vendor Registration Form Head
This might be something you could just use Loco Translate on, but here is the suggested way to rename the heading on the vendor registration form that gets added with …
Add Info Alerts for Bad Product Image Uploads
One of the biggest frustrations with a Multivendor site is that you can’t control every aspect of the product listings directly. So if your site uses square images like mine …
Hide Vendors With No Items
These two snippets will hide vendors who have not yet gotten around to publishing any items from both the Vendors Widget and the Vendors List page. WCMp displays these vendors …
Disable Redirect to Dashboard on Login
This snippet will disable the automatic redirect to the Vendor Dashboard when a vendor logs into the My Account page form. On my site, I decided to have links to …
Change Number of Vendors Per Page
This snippet gives you the ability to choose how many vendor stores are displayed in the Vendor List page before pagination. As always, this is either added to your Child …
Remove Admin Invoice PDF Download Icon
This snippet removes the PDF download icon for the Admin Invoice in the order list on the Vendor Dashboard. I don’t have use for the vendor to be able to …
Remove Shipping Setup from Setup Progress Bar
WCMp inserts a “progress bar” to help new vendors set up their shops. On my site, I choose to use the Yith Product Shipping plugin instead of the default Woocommerce …
Allow Vendors to Delete Their Media Files
This snippet does what it says… it allows vendors to keep their own files organized by removing the unnecessary images. Why this is not default? I’m not sure. As always, …
Change and Rename Vendor List Page Sorting Options
WCMp has made it easy to default sort your Vendor List page, by adding options in the shortcode. So on my Vendors page, I have this shortcode: [wcmp_vendorslist orderby=”name” order=”ASC”]. …
Order Vendors List Widget Alphabetically
For some reason, if you use the WCMp Vendors List widget in a sidebar, the vendors are sorted by the date they joined. This makes it look super sloppy, so …
Remove Link to WP Admin
On my site, I give select vendors only access to the actual WP Admin backend. I use the “Adminimize” plugin to further give them access by user to extra selling …
Change or Remove ‘Sold By’ Text By Page
This snippet will change or remove the “Sold By” text depending on which page you want it on. On my site, I wanted to change the “Sold By” to “Vendor”, …
Remove ‘Sold By’ in Vendor Store Page
This snippet will hide the “Sold By” text in the product grid on the example.com/vendor/xyz vendor storefront page. This is kind of a personal preference thing, since displaying “Sold By” …
Remove Social Links from Vendor Store Page
This snippet will hide the social links on the example.com/vendor/xyz page. On my site, a crucial part of earning the admin commission is to disable direct communication between customer and …
Hide Email Addresses on Vendor Store Page
This snippet will hide the vendor email address on the example.com/vendor/xyz page. On my site, a crucial part of earning the admin commission is to disable direct communication between customer …
Add a New Menu Link to Vendor Dashboard
This long snippet adds a new menu item, in this case a link to the Vendor’s regular My Account page. On my site, many of my vendors also buy from …
Reorder the Main Vendor Dashboard Menu
This snippet allows you to customize the Vendor Dashboard’s menu order. On my site, it seemed to make more sense to have them in a little different order. The instructions …
Add the Vendor’s Product Categories to Vendors List Page
This snippet was provided by support to show a list of the product categories each individual vendor has for sale onto the Vendors List page. Note: I do not use …