A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
On our commerce site we want all users working for the same company to share the same shopping carts.
In our current solution, every cart is connected to exactly one user, which I guess is the normal case.
So instead of a user shopping cart I need a company shopping cart. Is this possible?