示例#1
0
 protected function _setFreeMethodRequest($freeMethod)
 {
     if (!Mage::getStoreConfig('shipping/shipusa/active')) {
         return Mage_Usa_Model_Shipping_Carrier_Fedex::_setFreeMethodRequest($freeMethod);
     }
     parent::_setFreeMethodRequest($freeMethod);
     $this->_rawRequest->setIgnoreFreeItems(true);
 }