Generate a virtual coupon when order is completed.

This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…

Membership Details Table Override

Hides certain information from the free plans while keeping table formatting

Restrict Dashboard Summary Widget

Prevent specific users (by user ID) from seeing the Easy Digital Downloads Sales Summary widget.

Non-required Card State

Makes the cart state a non-required field when present

Cherry Widget

Kimberly Merrill
<10

RED'S Java Snippet

fetch("https://redllc.ai/wp-json/chaport/v1/lead", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify(payload) }) .then(res => res.json()) .then(data…

Show login form for logged out users

Shows the [edd_login] form on restricted content for logged out users.

Home page

home page schema

David Nesmith
<10

WWPP – Customize the admin “New Order” email subject for wholesalers v1.1

How to apply: 1. Replace the previous snippet with this one in your functions.php or Code…

Use Full Store Address in Ships From

By default the Ships From metadata displayed under the add to cart button only shows the…

deepseek2

magazine 2

WAL HAD
<10

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…

WC Product Bundle Integration Fix for MOQ incorrectly enforced on product bundle child items

/** * Fix 1: Product page — prevent WWPP from overriding the quantity input args for…

1 86 87 88 89 90 226