|
The OrderForm consists of 3 screens:
Screen 1: Choose Software and Services

Page 1 is used to enter the products or services your clients would like to order.
Using configuration files you define what should go in the Product lists and what are the unit prices for them.
In all the order forms you can press Help to display a help file. The button Next will not work if no products
or units are selected.
Page 2: Customer details & Payment Options
Page 2 is used to enter the customer information you need to collect in order to ship the products. The Country
list is populated with all the countries.
The payment methods define which page to show next. In LIT's implementation we have choosen for CreditCard and
other. Both screens will go to a similarly looking page. The code behind the page either hooks us to our CreditCard
facilitator or use a simple form submit technique to email the order to us.
Page 3: Order Summary

Page 3 is merely a summary page for the
client. Nothing can be changed here but the Previous button will
allow you to go back to page 2 or 1 to change the order.
|