REST API Shopping Cart Endpoint for EDD

Adds a REST API endpoint that returns the current user's shopping cart.

Auto Complete Virtual Orders - Not EFT

Auto complete virtual orders that are virtual but NOT downloadable, excluding EFT orders

Send Sale Alerts From Customer Email

Sets the From address of New Sale alert emails to the customer's email address

WWOF v3: Force "View Cart" link in the success side-popup to open in the same tab

/** * WWOF v3: Force "View Cart" link in the success side-popup to open in the…

Grandfather Renewal Rate

Allows a custom renewal discount to be set for customers who purchased before a custom date

Change Vendor Pending Message

Changes the message shown to vendors when their account is pending.

Remove Gift Aid "Title" Field From Donation Forms

add_filter( 'charitable_default_donation_fields', function( $fields ) { if ( isset( $fields['title'] ) ) { // Remove from…

1 115 116 117 118 119 224