예제 #1
0
 public function getStatusHandle()
 {
     $history = StoreOrderStatusHistory::getForOrder($this);
     if (!empty($history)) {
         $laststatus = $history[0];
         return $laststatus->getOrderStatusHandle();
     } else {
         return '';
     }
 }
예제 #2
0
 public function getStatusHistory()
 {
     return StoreOrderStatusHistory::getForOrder($this);
 }