Beispiel #1
0
 public function callDoExpressCheckoutPayment()
 {
     if (!Mage::getStoreConfig('aitconfcheckout/shipping/active') || !Mage::getStoreConfig('aitconfcheckout/shipping/address') || !Mage::getStoreConfig('aitconfcheckout/shipping/city') || !Mage::getStoreConfig('aitconfcheckout/shipping/region') || !Mage::getStoreConfig('aitconfcheckout/shipping/country') || !Mage::getStoreConfig('aitconfcheckout/shipping/postcode') || !Mage::getStoreConfig('aitconfcheckout/shipping/telephone')) {
         $this->setSuppressShipping(true);
     }
     parent::callDoExpressCheckoutPayment();
 }