I am using DotNetNuke 4.8.4 version .
I have created Store Module in my portal . My problem is the products in Mini cart is having common to all users who logged in that portal
Example: Consider UserA and UserB were two users in my Portal
UserA
When userA logged in and selected some products ( say PA1,PA2,PA3) and add it to Basket and in Mini cart it shows products selected by UserA ( PA1,PA2,PA3) .
UserB
When userB logged in and select some products ( say PB1,PB2,PB3) and add it to Basket and in Mini cart it must show only products that were selected by UserB (i.e PB1,PB2,PB3) ,instead it shows products selected by UserB and also UserA ( PA1,PA2,PA3, PB1,PB2,PB3)