panigrc / SimpleCiShop

A simple ecommerce system based on codeigniter [Moved to Codeberg]
https://codeberg.org/nik.lol/SimpleCiShop
MIT License
14 stars 14 forks source link

[Checkout] Create step based checkout process #56

Open panigrc opened 3 years ago

panigrc commented 3 years ago

By using steps while checking out allows us to not use JavaScript for calculating the billing or shipping costs, plus the ui is more clear for the user.

There will be the following steps:

  1. Checkout with user login or as guest.
  2. Shipping form, filled with user data if user is logged in.
  3. Shipping and billing method choice
  4. Checkout Review
  5. Checkout