impress-org / givewp-snippet-library

A collection of code snippets to enhance or expand on the free Give WordPress Donation Plugin.
https://givewp.com
140 stars 90 forks source link

New: Create change-donation-status-to-completed-on-wc-processing.php #146

Closed petertwise closed 9 months ago

petertwise commented 1 year ago

Description

I created this new snippet and thought it would be useful to share here.

Change the donation status to complete if the WC Order status is "Processing".

The default WooCommerce behavior for shippable products is to leave the order status as "Processing" until an admin ships it and manually marks it as "Completed". But in most cases the card has already been charged, so the donation should be considered complete. This snippet sends the donor and admin thank you emails out right away instead of waiting until the product ships and is manually marked "Completed" in WC.

Affects

It's just an optional snippet so doesn't affect anyone who doesn't add it manually!