Example #1
0
 public function isCheckout($quote)
 {
     $isCheckout = $this->checkoutSession->getIsCheckout();
     if ($quote->getIsMultiShipping()) {
         return true;
     }
     return $isCheckout;
 }