Hi everyone,
I am pushing data to one page, however, I want multiple users manipulate on there without seeing adjustment of each other. Like example of cart page, when User A adds product to cart page as soon as clicking payment button or not, other users also cannot see the cart of User A. Generally, each user will access their own cart page.
Is there any code for this situation?
Please help me, I really need to solve this one.
For example, I add these information to cart page (such as price, product name, quantity, etc.). But I want who added product in cart page see it instead of everyone. So is there any code to control this one.
When I add these information to cart, everyone see it, it is so messy when everyone add their product in a same cart page.