Change Add Product button URL

Change Add Product button URL

exclude meta key from duplicating products

exclude meta key from duplicating products

Require Downloadable fields - Downloadable product template

Require Downloadable fields - Downloadable product template

Make Paypal as default payment gateway

This snippet will remove all other vendor payment commision methods. Only allowing Paypal, it also makes…

WC Vendors Activate All Inactive Vendors

Activates all inactive Vendor Stores in a WC Vendors Marketplace. NOTE: To be ran once.

Make the auction start price and auction dates required for vendors

This is from the integration with the WooCommerce Simple Auctions plugin

Force downloadable checkbox to be checked on the vendor product editor

/** * Force downloadable checkbox to be checked using MutationObserver */ function force_downloadable_checkbox_checked() { ?>

Display Vendor Policies on the Vendor Shop Page

By default, we only show the Vendor Policies on the Single Product Page. Please use the…

Show and Save Custom Taxonomy On the Vendor Product Edit Form

This code snippet is for displaying and saving the custom product taxonomy (e.g., "product_brand" or "sizes")…

Add vendor's details on customer's order email

Use this code snippet to add the following information to be included in the purchase email…

Change "Bank Routing Number" fields to "Sort Code"

Use this code snippet to reformat the form to British banking details. Output: https://snipboard.io/mKSn9g.jpg Alternatively, you…

Always enable Downloadable option

add_action( 'wp_footer', function() { ?>

1 132 133 134 135 136 208