Product Not Deleting
-
Products are not getting removed from my cart when I use the delete call on the CoCart API. Here are my steps.
Here is the cart hash and key from when I get /wp-json/cocart/v2/cart. (I do have products in my cart for reference that do show up in the get request)
- cart_hash: “4f1449ea3d4f1f64b11dd14e933b299f”
- cart_key: “1”
And here is the response I get when I delete a product
- cart_hash: “No items in cart so no hash”
- cart_key: “1”
So i do have products in my cart, but the response when I try to delete it says i don’t. But the other functions like update line item do work. What is going on here?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.