HackYourFuture-CPH / fp-class19

MIT License
3 stars 1 forks source link

complete shopping cart page #229

Closed hparul closed 2 years ago

hparul commented 2 years ago

Description

1.This PR is about displaying shopping cart page where a user can modify quantity of products in the shopping cart. 2.User can also remove any product which is added in the cart. 3.user is also able to see the total price,total discount and total amount to be payed as per the quantity and produtcs selected. 4.user can also see its own details like name ,email, an delivery information once the user logs in on the website.

Fixes #228

How to test?

Please provide a short summary how your changes can be tested? 1.run:npm run dev 2.add products from landing page to the cart. 3.check the cart button on the header to see your cart. 4.modift quantity or remove any product ,and get the total amount to be paid . 5.user can also check its details and the delivery info. 6.can also edit its information.

Checklist

suvarna-ratna commented 2 years ago

have some work left on .. 1.Display My Details 2.Edit Delivery Information remaining looks fine

Screenshot 2022-03-10 at 12 30 45

.