Add Wallet Deposit Levels

Deposit levels are pre-defined in EDD Wallet. This plugin allows you to add custom deposit levels,…

Prevent Duplicate Purchases

Prevents logged-in customers from purchasing an item twice.

Untitled Snippet

document.addEventListener("click", (e) => { const pill = e.target.closest(".rs-pill"); if (!pill) return; const row = pill.parentElement; row.querySelectorAll(".rs-pill").forEach(p…

Unique Order ID

Creates a unique order ID

Increase After Order Actions Delay

By default, Easy Digital Downloads schedules a WP Cron event 30 seconds after a purchase is…

Allow mixed cart support with Stripe Payment Elements

Make it possible to purchase a subscription and non-subscription product in the same transaction with Stripe's…

Unlimited User Downloads for EDD Recurring

Allows certain users to be allowed to bypass the active account requirement in EDD Recurring Payments

Force downloadable checkbox to be checked on the vendor product editor

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

Noindexi tag 2

add_filter('wp_headers', function($headers) { unset($headers['X-Robots-Tag']); // remove noindex header return $headers; });

Teddy James
<10

eKrea

E-commerce et création

Enable 'Quanity' label in woocommerce

add_action( 'woocommerce_before_add_to_cart_quantity', 'bbloomer_echo_qty_front_add_cart' ); function bbloomer_echo_qty_front_add_cart() { global $product; if ( $product->get_min_purchase_quantity() == $product->get_max_purchase_quantity() ) return;…

Fix Wholesale Product Visibility Compatibility with Bricks Page Builder

What this does: - Bricks Products widget now gets its product list filtered through WWPP_Query::pre_get_posts_arg, the…

Google Ads

Google AdSense Short code insert

Tomos Shah-Howells PRO
<10
1 2 3 13