Please enable JavaScript.
Coggle requires JavaScript to display documents.
SHOPPING CART - Coggle Diagram
SHOPPING CART
- Shopping cart holds the items till the session is active. As soon as session is closed the shopping cart should be refreshed.
- Shopping cart should not contain duplicate items, although user can add quantities of the product to be purchased
- Users should be able to delete items from shopping cart and those deleted items should not be proceeded for further payment
- Shopping cart should contain the price of the product, its name and link to the product's details
- Shopping cart should display all the products which user wants to purchase
- Check whether the added product is correctly displaying..some times.. may be some other product can appear...
- Is there any cross selling product that means..if we buy one product then we must buy that cross selling product.
- In shopping cart, whether it is calculating the price correctly or not(The price of the cross selling product should be included)
- Check whether it is calculating the shipping charges, tax, packing price etc correctly.
- Check how many times the cross selling products are appearing in the lists...of cart..
- check whether the special offers (optional)if selected means they also should include in cart. Voucher, discount, one time code
- Check whether the transaction is done properly or not.
- Check user can proceed to checkout with correct data
- Check go back and forward NOT increase quantity
- It is possible to add the same products in different variations – color, size
- Item OUT OF STOCK cannot be added, increase quantity over stock
-
- Close tab, re-open, cart remains the same
-