You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Pradeep Choudhary (Jira)" <ji...@apache.org> on 2020/04/25 11:07:00 UTC

[jira] [Created] (OFBIZ-11608) Added Item does not exist in the cart if user (Anonymous user) revisits the eCommerce store

Pradeep Choudhary created OFBIZ-11608:
-----------------------------------------

             Summary: Added Item does not exist in the cart if user (Anonymous user) revisits the eCommerce store
                 Key: OFBIZ-11608
                 URL: https://issues.apache.org/jira/browse/OFBIZ-11608
             Project: OFBiz
          Issue Type: Improvement
    Affects Versions: Trunk, Release Branch 16.11
         Environment: [link title|http://example.com]
            Reporter: Pradeep Choudhary


Steps to regenerate:
1. Set the 'autoSaveCart' field to 'Y' in product_store entity (for Store 9000).
2. Open Firefox browser, as it deletes the cookies as soon as the user closes the browser application. (To reproduce it on chrome, need to disable setting for 'Continue running background apps when Google Chrome is closed')
3. Visit the [eCommerce store|https://localhost:8443/ecommerce/control/main]
4. Add items to the cart without logging in (as an anonymous user)
5. Close the browser application.
6. Revisit the eCommerce store.

Actual:
Shopping Cart is showing empty.

Expected:
Previously added items should persist in the item for the anonymous user also. 

Note:
It is working fine, if the user logged In to the application, add items to cart, closes the application. Revisits the store, previously added items persist in the cart.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)