Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Send new order emails to another address too

New order notifications also go to a second address, for example your warehouse or accountant.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Needs WooCommerce
  • Category WooCommerce
  • Tested with WordPress 7.1, WooCommerce 11.1

Before you switch it on: Replace warehouse@example.com with the extra address (separate several with commas).

It arrives switched off, even when you install its whole pack with "Switch on after installing".

PHP
<?php

add_filter(
	'woocommerce_email_recipient_new_order',
	static function ( $recipient ) {
		return $recipient . ',warehouse@example.com';
	}
);

In these packs

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.