예제 #1
0
파일: Cart.php 프로젝트: evilscripts/gy
 public function getDeliveryAddressesWithoutCarriers($return_collection = false)
 {
     if (!Module::isInstalled('agilesellershipping')) {
         return parent::getDeliveryAddressesWithoutCarriers($return_collection);
     }
     return array();
 }