I think I have found where the problem is.
At the as apsona_functions.php about line 90 z.zone_id = o.entry_zone_id, if the customers have not selected the zone that the system provide, it would not be exported. Such as UK, Russian,which system do not have the deafult zoom. and the model have not accept the typing zoom. And also if the customers have not filled the zoom section, it would aslo be missed.
The full code is:
PHP Code:
WHERE c.customers_default_address_id = o.address_book_id and o.entry_country_id = t.countries_id and ci.customers_info_id = c.customers_id and
z.zone_id = o.entry_zone_id and
(ci.customers_info_date_account_created >= ' . $dateSince . ' or ci.customers_info_date_account_last_modified >= ' . $dateSince . ')';
But I don't know how to fix it.
Please help