Skip to content

Instantly share code, notes, and snippets.

View webfixlab's full-sized avatar

WebFix Lab webfixlab

View GitHub Profile
@webfixlab
webfixlab / dynamic-order-status-woocommerce.php
Created July 1, 2023 19:02
Creating Dynamic Order Status Changes in WooCommerce
<?php
/**
* Change order status to Extras Only if all ordered items from Extras category
* Change order status to Proc/ Gift Box if product addon gif box selected YES
* Change order status to Intl Order if order is not from US/Canada
*/
function change_status_giftbox_and_extrasonly( $order_id ) {
if ( ! $order_id ) return;
// Get order object