return $this; | return $this; | ||||
} | } | ||||
public function hasOrderReductionCartFreeShipping() | |||||
{ | |||||
foreach($this->getOrderReductionCarts() as $orderReductionCart) { | |||||
if($orderReductionCart->getFreeShipping()) { | |||||
return true ; | |||||
} | |||||
} | |||||
return false ; | |||||
} | |||||
/** | /** | ||||
* @return Collection|Document[] | * @return Collection|Document[] | ||||
*/ | */ |