AffiliateWP — Block Referrals for Existing Customers
Prevents AffiliateWP from generating referral commissions for returning customers. Commissions will only fire on a customer's…
Exclude Wholesale Customers from receiving the PDF Invoice
Integration with the PDF Invoices & Packing Slips for WooCommerce plugin by WP Overnight.
WWPP - Customize the admin "New Order" email subject for wholesalers
/** * Customize the Admin "New Order" email subject for wholesale customers only */ add_filter( 'woocommerce_email_subject_new_order',…
WWLC - Sync the Wholesale Lead Data to Klaviyo
Here's how to integrate your WooCommerce Wholesale Lead Capture registration form with Klaviyo so that new…
Use Full Store Address in Ships From
By default the Ships From metadata displayed under the add to cart button only shows the…
Min-Max Product Price (with decimal support)
Add minimum/maximum validation to your product's price - with decimal support
Untitled Snippet
add_action('template_redirect', function () { if (! is_front_page()) { return; } echo
test
test
Add vendor id and name to CSV commissions export
Add vendor id and name to CSV commissions export
Disable EDD Software Licensing Activation/Deactivation Logs
By default, when a license is activated or deactivated EDD Software Licensing adds a log entry…
Extra WordPress Filters in Pro (Tag Data for a Custom Layout) | Display Eventbrite Events
By default, all the tag data is not retrieved as this requires extra API calls. If…
Google Call Tracking - On Website
This snippet goes on the Contact page where our phone number is displayed. It allows Google…