As a business platform, I encountered some small troubles when developing the shopping cart module. In my personal understanding, shopping cart is like a shopping cart that we go to a supermarket to buy things, users need convenient and quick services. Therefore, when doing this module, we must maximize the user's opinions.
In the process of communicating with the team members, we found that there are also several restrictions on the shopping cart. We all know that cookies are a convenient way to store the buyer's commodity information, we can use cookies to store the purchaser's product information. However, when cookies are disabled or cookies are not disabled, we still need to break down several restrictions.
A: When cookies are disabled
For users who disable cookies, these users may have some knowledge about computers. Therefore, these new users are challenged.
The results we have discussed:
1. For login users:
After a user deletes a cookie, the platform does not force the user to exit.
2. For non-login users:
We support users to continue shopping, but after the cookie is deleted, the user's information will be deleted. If the cookie is not deleted, the user will enjoy the functions until the login prompt before the order is placed.
B: No cookie is disabled.
1 Non-logged-on users can enjoy all the functions before placing an order [non-logged-on users must log on to orders.
2. the login user is normal.
Hi, we had a good discussion. The next step is code implementation. OVER