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.
Adsense
Adse
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…
Untitled Snippet
'options' => array( '' => 'Maak een keuze', 'Google' => 'Google', 'Via Marktplaats' => 'Via Marktplaats',…
Unique Order ID
Creates a unique order ID
Unlimited User Downloads for EDD Recurring
Allows certain users to be allowed to bypass the active account requirement in EDD Recurring Payments
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…
How to Set a Default Country on the Vendor Registration Form
Make sure to select the correct vendor registration page under WC Vendors > Settings > Registration…
JS Tickera Auto Click (PassieVol)
JS Tickera Auto Click (PassieVol)
HubSpot Tracking Code
HubSpot Tracking Code
WWPP - Exclude products from Cart Subtotal Price Discounts if they have an individual price or belong to a specific category
/** * Recalculate the cart subtotal discount to exclude products that: * - belong to a…