Prevent Discounts on Upgrades

Does not allow a discount code to be applied when an license upgrade is present in…

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…

Add Custom Taxonomy to Woocommerce Single Product Page

add_action( 'woocommerce_product_meta_end', 'wcv_add_brands_single_product' ); function wcv_add_brands_single_product() { global $product; $taxonomy = 'wcv_brands'; // The custom taxonomy…

ACFW – Invalidate coupons based on a product's custom meta field using Custom Cart Item Meta

If you want to manage the restriction visually inside the Advanced Coupons Cart Conditions panel, you…

Stop Lazy Load

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

<10

Untitled Snippet

i want a on off button that when press each other send logical true if press…

Add Profile ID to Subscriber

You can assign any CRM ID or your database ID to your push subscriber and then…

Class Clashes | Display Eventbrite Events

We have discovered conflicts between certain themes and classes, such as the .free class conflicting with…

1 123 124 125 126 127 226