About

Hey there! We're WC Vendors, the team behind the best WooCommerce multi vendor marketplace plugin.

You can find lots of code snippets on our profile here at WP Code that will enhance your marketplace with some of the less commonly asked for features we have generated installable code snippets for.

If you find a bug in one of these snippets please let us know via the support form on our site :)

And visit us if you're looking for a great multi vendor plugin for WooCommerce!

90 Snippets
<10 Favourites
<10 Downloads

Require Downloadable fields - Downloadable product template

Require Downloadable fields - Downloadable product template

Add vat over the commission

This will add VAT value over the commission

How to change the store address country for all vendors

/** * Set the vendor's store country to us. */ function wcv_set_vendor_country() { if ( function_exists(…

Shipping label template

/** * The template for displaying the shipping label * * Override this template by copying…

Add TikTok to the social tab of settings

This will show the setting and it should be saved when saving the form.

Add a custom column to Commission table

/** * Add custom columns label * * @param Array $columns array stored column names *…

Change label of CSV header, and removing others(Export Totals to CSV)

This snippet will change the label of CSV header, and remove the others(Export Totals to CSV)

Change the "Commission" header for the Recent Orders table

Change the "Commission" header for the Recent Orders table using the "wcvendors_recent_order_table_columns" filter hook.

1 2 3 4 5 8