I'm in preliminary discussions with a client who wants a really fast ticket ordering system with as few clicks as possible. Apparently, people ordering tickets for concerts etc. know exactly what they want, and generally use the search to find them.
As standard there would be 8 stages in Catalog:
1) On home page: use search
2) Results page: go to item
3) Item: click on Buy Now
4) Shopping cart: go to checkout
5) Checkout1: select shipping destination
6) Checkout 2: enter personal details
7) Checkout 3: select payment method
8) Checkout 4: enter CC details and complete
An ASP site, http://www.tickets-online.co.uk/, does all this in 4 stages:
1) On home page: use search
2) Results page: order item shown
3) Order page: enter quantity
4) Checkout: enter personal and CC details and complete
Naturally, I've been asked if Catalog can do it in 4 stages - I know it can't, but is it possible to improve on 8 stages, particularly in the checkout phases?
Malcolm
As standard there would be 8 stages in Catalog:
1) On home page: use search
2) Results page: go to item
3) Item: click on Buy Now
4) Shopping cart: go to checkout
5) Checkout1: select shipping destination
6) Checkout 2: enter personal details
7) Checkout 3: select payment method
8) Checkout 4: enter CC details and complete
An ASP site, http://www.tickets-online.co.uk/, does all this in 4 stages:
1) On home page: use search
2) Results page: order item shown
3) Order page: enter quantity
4) Checkout: enter personal and CC details and complete
Naturally, I've been asked if Catalog can do it in 4 stages - I know it can't, but is it possible to improve on 8 stages, particularly in the checkout phases?
Malcolm
Comment