Quote Originally Posted by retched View Post
Wait, that is ...
PHP Code:
foreach ($check->fields['zone_id'] as $zone) {
   if (
$zone || $zone === $order->delivery['zone_id']) $check_flag true;            

Did you enable the geo blocking feature? Need a bit more about the configuration of the module to start tracking this down.
Huh... figured this one out. Evidently I should not use foreach loops when pulling from the database. Patch for this one coming shortly.