Frequently Asked Questions About the Cart Microservice
Q) What is Cart persistence and how to define it?
The cart is restored when the customer has left the cart with the unpurchased item(s) and visits the storefront again.
The cart persistence for:
- a registered user is permanent
- a guest user is based on the cookie expiry time, which is defined in the parameter skava.guestCookieExpirationTime in the ZooKeeper Properties of Storefront Orchestration (SFO)
Q) Will a user be able to add both one-time and subscription products at one go during the user journey?
Yes, a user will be able to have a ‘combined cart’ with both one-time and subscription products on the Cart page.
Q) Will a user be able to update the ‘Frequency’ and ‘Quantity’ of a subscribed product on the View Cart page?
Yes, a user will be able to update the ‘Frequency’ and ‘Quantity’ of a subscribed product on the View Cart page.
Revision History
2023-02-22 | AN – Updated for release 8.13.
2022-04-10 | JP – Fixed link and http issues.
2020-05-08 | JP – Page created and content added.