Beispiel #1
0
 public function getEstimateCountryId()
 {
     if ($this->getShippingAddress()) {
         return $this->getShippingAddress()->getCountry();
     } else {
         return parent::getEstimateCountryId();
     }
 }