@swguy
I looked at your delete spam customers as you suggested.
I worked out if I add this it will remove customers who have not ordered, but I would prefer to not delete customers who have not ordered in the last month. Is there a way of amending this:
PHP Code:
$queries[] = array( 'name' => 'Accounts with no purchase', 'string' => "SELECT customers_id FROM " . TABLE_CUSTOMERS . " WHERE customers_id NOT IN (SELECT customers_id FROM ".TABLE_ORDERS.")");
Assuming this is correct, as the plugin was originally yours do you want to amend it to include this or should I simply submit a revised plugin as Remove Customers who have not ordered?
Thanks for the guidance.