Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How shopping cart works? because when I add new items to cart and login as different members, I have same items in shopping cart
How I can make different shopping cart for user? maybe I have always anonymous shopping cart How I can check this?
The basket works cookie based and not per user that logs in. If you want to do anything about it you need to clear the CurrentOrder when a new user logs in or out.
https://documentation.teacommerce.net/razor-api/order/removecurrentorder/
Kind regards
Anders
So we cannot set per user that logs in, right?
You can - but you need to code it using the functionality where you login users.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
customer basket doesn`t work
How shopping cart works? because when I add new items to cart and login as different members, I have same items in shopping cart
How I can make different shopping cart for user? maybe I have always anonymous shopping cart How I can check this?
The basket works cookie based and not per user that logs in. If you want to do anything about it you need to clear the CurrentOrder when a new user logs in or out.
https://documentation.teacommerce.net/razor-api/order/removecurrentorder/
Kind regards
Anders
So we cannot set per user that logs in, right?
You can - but you need to code it using the functionality where you login users.
is working on a reply...