Show Discount Field
Makes the discount field on checkout show by default.
Replace Add to Cart With Download for Subscribers
If the user is recurring or has purchased the product already, shows a link to download…
Set Custom Donation Receipt Page For Offline Donations
You may want to use a different donation receipt page for Offline donations than your other…
Add Individual Category Tag Columns
Show a separate column for each category and tag, with a 1 or a 0 in…
Customize User Verification Email
Modifies the email sent to customers to verify their accounts.
Add Wallet Deposit Levels
Deposit levels are pre-defined in EDD Wallet. This plugin allows you to add custom deposit levels,…
Weather API
Live weather
Add User Field
This adds a field to the end of the "Your Details" section in the Profile form.
Sending Form Fields as Smart Tags to Square
The snippet makes Smart Tags usable with Square payments. It allows you to include form fields…
Send New User Notifications
Send the new user notification after someone registers through the Charitable registration form.
Auto register guests that purchase
function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…
google tag
google code
Set Custom Donation Receipt Page
You can set a custom donation receipt page, including a page that is not on your…
quiz
// setup console.log("running"); let q = 1; const submit = document.getElementById("next-button"); const question = document.getElementById("question"); //…
Profile Data Shortcode
Renders the value of a single Profile Form field. Accepts one value, key. But it has…