Skip to main content
Search
Showing results for post

Post-purchase emails are more than order confirmations. They’re a chance to connect with customers, promote additional sales and build brand loyalty.

This guide dives into best practices, effective strategies & tips to craft post-purchase email campaigns that drive results for your online store!

Continue Reading

This action just after a discount is removed from the shopping cart. do_action( ‘edd_post_remove_cart_discount’, $discount_id );

Continue Reading

This action runs just after a payment note is deleted. do_action( ‘edd_post_delete_payment_note’, $note_id, $payment_id );

Continue Reading

This action just after the status of a discount code is changed. do_action( ‘edd_post_update_discount_status’, $discount_id, $new_status, $old_status );

Continue Reading

This action runs after a discount code is updated. It receives two parameters, $discount_details and $id. $discount_details is an array containing all fields for the discount, such as name, amount, type, etc. do_action( ‘edd_post_update_discount’, $discount_details, $id );

Continue Reading

This action just after a discount code is deleted. It receives one parameters: `$discount_id`. do_action( ‘edd_post_delete_discount’, $discount_id );

Continue Reading

Read our latest blog post:
NEW: Accept Square Payments With EDD