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…
Disallow store credits if cart has subscription product
This snippet will remove the store credit option if the cart has a subscription product
Disallow point redemption if cart has subscription product.
This snippet will remove the point redemption option if the cart has a subscription product
Button - Read More to Buy Now
changes read more to buy now
bypass SSL certificate
bypass ssl - getting errors - fixes that
product data tabs
/** * Rename product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs )…
Add Payment ID to Sales API
If sequential order numbers are on, those numbers are returned in the sales API instead of…
Talkwithkallie.com
talkwithkallie.com
Milestone Sales Alert
Emails the admin when a specific download has been sold X times.
Billing Address Email Tag - Actual Country Name
Replace the default {billing_address} email tag to use the full State/Country names on purchase receipts.
Pre-approval Emails
Email the admin and customer when a pre-approval payment has been made.
Vendor Email Tag
Show the Shop Vendor's email for each download purchased
Sample Email Template Tag
This is an example of how to register a new email template tag for EDD as…
Publishing email
Emails the author when their download is published.