nss-evening-cohort-12 / pants-trousers

pants-trousers created by GitHub Classroom
0 stars 2 forks source link

Order Form Page for Custom or Large Orders #10

Open jeaninebeckle opened 4 years ago

jeaninebeckle commented 4 years ago

User Story

As a user, when I go to the order form page via the navbar or an "order now" button on the website, I should see a form that will allow me to customize and place an order

AC

WHEN the user navigates to the order form page THEN I should see a form that I can fill out to order the products AND there should be contact boxes for the customer to enter their name, email address, shipping address AND there should be 4 rows of drop down menus where the customer can select quantity, size, and style of trousers AND there should be a note for the customer to contact the company if they need to order more than 4 unique styles AND there should be a button that calculates the total price and prints it in the "order total" box AND there should be a box for a coupon code to be typed in AND there should be a drop down menu to select various shipping options AND there should be a checkout button that clears the form and displays a "thank you for your order" alert when it is clicked

Dev Notes

-there are specific issue tickets (#17 & #18 & #19 ) for details on dropdown menus and buttons for calculation and checkout. The elements just need to appear on the form at this stage. -use bootstrap to style form and buttons

image