kajalsingh98
Forum Replies Created
-
Also, I can’t get/access products from the normal cocart plugin :). That just makes everything then impossible isn’t it? Any other way to get products
- This reply was modified 4 years, 3 months ago by kajalsingh98.
Hi Seb,
So if I understand correctly, I will have to drop the default woo commerce API completely. Once I make the first API call via CoCart, I will have a cart key in the cookie in that response ‘X-CoCart-API’. So my question is, for each api call next, like getting products, getting current cart etc, how do I pass the cart key in each request so that the same cart is being referenced?
Also, just a doubt. this will be completely for guest user right? Like for each call to the website via a different browser,device, the cart contents will be independent.Even if I do that, the cocart hash is domain specific and one at a time right? Wont this still cause issues such as having same cart across devices/browsers/users?