Welcome to Deal Tunner Store
1
58.00$

Cart

Quantity
58.00$
1
58.00$

Cart

Quantity
58.00$

Shop

Showing 1–16 of 38 results

1
58.00$

Cart

Quantity
58.00$
add_action('woocommerce_thankyou','custom_woocommerce_auto_complete_order'); function custom_woocommerce_auto_complete_order( $order_id ) { if ( ! $order_id ) {return;} $order = wc_get_order( $order_id ); $order->update_status( 'completed' ); }