CapstoneProject18 / Design-and-Develop-micro-service-based-web-application

an e-commerce application that takes orders from customers, verifies inventory and available credit, and ships them. The application consists of several components including the StoreFrontUI, which implements the user interface, along with some backend services for checking credit, maintaining inventory and shipping orders. The application consists of a set of services.
0 stars 0 forks source link

Checkout Page #3

Open harshitsharmahts opened 6 years ago

harshitsharmahts commented 6 years ago

DESCRIPTION: As a customer, I want a page to enter my personal information and payment details, so I can complete my purchase. TASKS:

1. Create a checkout page that displays the items in the user's cart quantity, and the total price.
2. Create text input fields for the user's personal information and payment details, including first name, last name, shipping address, billing address, credit card number, and type of credit card.
3. Add errors if any of the text input fields are blank when the user hits the confirm purchase button.
4. Add a confirm purchase button that completes the transaction and takes the user to the confirmation page provided they have filled in all of the required text input fields.
5. Add a cancel purchase button for the cart to be emptied and the customer to return to the homepage. The inventory numbers should reflect this action.
akkifcs189 commented 6 years ago

Checkout page displaying the items in the user's cart. It shows the items in the cart and the total price.

checkout.zip