コード例 #1
0
ファイル: Cart.php プロジェクト: evilscripts/gy
 public function getDeliveryAddressesWithoutCarriers($return_collection = false)
 {
     if (!Module::isInstalled('agilesellershipping')) {
         return parent::getDeliveryAddressesWithoutCarriers($return_collection);
     }
     return array();
 }