abhijit49 / E-Commerce-Website-CARA-

This is a E-Commerce Website. This project is based on HTML, CSS, JS.
https://abhijit49.github.io/E-Commerce-Website-CARA-/
29 stars 21 forks source link

Cart page is made fully functional #31

Closed singhkaran202 closed 1 year ago

singhkaran202 commented 2 years ago

closes #30

The previous advancements that were made in Issue #28 are already included and enhanced in this PR Now, the cart page is fully functionalized and improvised. The following advancements and functionality addition are done:-

  1. Add to cart button in the cart page of the website is modified for each item and it is made functional to add items to the cart.
  2. For each newly added product, the "total amount counter" automatically updates its value, i.e. value of subtotal and total value including tax.
  3. Also, the user cannot set any negative value in the quantity section of any item in the cart.
  4. More products are added for checkout on the cart page.
  5. Products on the shop page can be redirected to the cart page by clicking the respective cart button of products.

Related Screenshots are attached herewith

Cart Page

Screenshot (2707)

Screenshot (2708)

Screenshot (2709)

Screenshot (2710)

Screenshot (2711)

Screenshot (2712)

Screenshot (2713)

Empty Cart

Screenshot (2714)

Adding product in Cart Page

Screenshot (2716)

Screenshot (2717)