ordercloud-api / ngx-shopper

Open-source B2B e-commerce. Built with the OrderCloud.io API and maintained by the OrderCloud team
MIT License
9 stars 22 forks source link

Checkout Design #303

Open robertsoniv opened 5 years ago

robertsoniv commented 5 years ago

The cart/checkout and all other downstream views should be cleaned up using the following general criteria:

  1. Avoid over-use of cards (on mobile, this does not look good and it takes away from available space)
  2. Avoid excessive headers & large text in favor of smaller contextual content
  3. Avoid unnecessary wrapper components unless it makes sense for future use cases
  4. Use contextual colors appropriately - don't use red unless it's a delete/remove/undo action or error message (example: cart count in the header)
  5. Keep it clean and avoid any unnecessary custom CSS
  6. Mobile first responsive design