A feature that displays a list of items to be purchased. It usually takes between 3.6 and 4.4 hours and costs $300 to add Shopping Cart to an application.
This feature allows a user to temporarily store the items that they wish to purchase before they purchase them all at once. This feature is typically availale in the form of a clickable button icon. Clicking on the button icon, the user navigates to a screen where all items to be purchased are displayed in a list view. It contains a scrollable view to see the total sum of items and amount due, a full screen background, a header, and a footer with custom colors. On clicking the purchase button, the user navigates to a separate billing screen.
Here are some common Shopping Cart user stories in a custom app build:
As a buyer, I would like to add a product to the cart to view it later. As a buyer, I would like to view all products that I added to the cart.