Skipping index.php/shop/checkout for returning visitors.

Issue #6 closed
Fumito MIZUNO created an issue

Currently, all visitors go to

index.php/shop/shopping_cart => index.php/shop/checkout => index.php/shop/checkout/payment => index.php/shop/checkout/summary

index.php/shop/checkout is a page for the visitors name/address. Of course new visitors need to enter his/her name/address, but returning visitors usually not.

So, I'm planning that returning visitors can skip index.php/shop/checkout. At index.php/shop/shopping_cart, turning visitors can choose New Address / Current Address.

New Address : goes to index.php/shop/checkout and he/she can enter the address. Current Address : goes to index.php/shop/checkout/payment.

I think it's a good idea. How about you?

Comments (2)

  1. Fabian Bitter repo owner

    Currently I'm working on a optional one-page-checkout. As soon as a user is already registered in the system, all data is prefilled.

  2. Log in to comment