ikismail / ShoppingCart

E-Commerce Website Using Java - Spring MVC in Maven - PROJECT IS NOT MAINTAINED
MIT License
360 stars 406 forks source link

How should I add items to cart ? #29

Closed pallesp closed 6 years ago

pallesp commented 6 years ago

I am assuming after login we can add item to card by clicking on the item.But onclick on an item is not doing any action.could you tell me how can I add items to the cart ?

ikismail commented 6 years ago

you can add products to cart in the products table page and you can click add to cart.