예제 #1
0
 /**
  * @return bool
  */
 public function isPickupAvailable()
 {
     /** @var bool $result  */
     $result = $this->getYesNo('df_yandex_market/general/pickup', df_helper()->yandexMarket()->getStoreProcessed());
     df_result_boolean($result);
     return $result;
 }
예제 #2
0
 /**
  * @return bool
  */
 private function hasVendorInfo()
 {
     /** @var bool $result  */
     $result = !is_null($this->getProduct()->getData('manufacturer'));
     df_result_boolean($result);
     return $result;
 }