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 …
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 …
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 …
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 …
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 …
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 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 …