Call to a member function items() on null
-
Hi Team,
I have an issue while move a product from cart to wishlist. "Call to a member function items() on null".
"message": "Call to a member function items() on null",
"exception": "Error",
"file": "../../packages/Webkul/Checkout/src/Cart.php",
"line": 958, -
Hi @anjugopi,
It looks like your cart doesn't have any items. How you are accessing it?
-
Hi @devansh-webkul
I am using "GET <host>/api/checkout/cart/move-to-wishlist/{cart_item_id}" this api. -
Okay, so you are using API. The first check are you able to see your cart items or not and also its for customers or guest.