Пример #1
0
 public function getDeliveryAddressesWithoutCarriers($return_collection = false)
 {
     if (!Module::isInstalled('agilesellershipping')) {
         return parent::getDeliveryAddressesWithoutCarriers($return_collection);
     }
     return array();
 }