I have a client who wants to create a simple 1-page website that sells 1 item. I was thinking about implementing this in DNN with Catalook (though building from scratch wouldn't be that big of a deal), but my client doesn't want the buyers to have to register an account to buy the item. This is one of those impulse deals, and the more clicks they have to do, the less of a sale they will get.
So, is it possible to:
Normally, this would be 5 pages: Intro -> AddToCart -> CheckOut -> UserInfo -> PaymentInfo -> Confirmation -> OrderProcessed. I would like to not have to have the users go through 5 pages, but rather 1 page (with maybe a thankyou page). Is this possible with Catalook?
-shnar