Table of Contents

Requirements


Cart Transfer

A cart transfer happens when a user with an anonymous cart signs in. The personal cart is updated with the items from the anonymous cart. Items from the anonymous cart are appended to the personal cart to preserve the user’s previous signed in session.

Untitled

Design Notes


I have broken this up into 3 parts

  1. Cart Feature
  2. Payment Feature
  3. Order Feature