diff --git a/src/services/Carts.php b/src/services/Carts.php index 418cfe3023..d61258659b 100644 --- a/src/services/Carts.php +++ b/src/services/Carts.php @@ -117,7 +117,7 @@ public function getCart(bool $forceSave = false): Order $this->_cart->setCustomer($currentUser); // Will ensure the email is also set } } - + $autoSetAddresses = false; // We only want to call autoSetAddresses() if we have a authed cart customer if ($currentUser && $currentUser->id == $this->_cart->customerId) {