ikismail / ShoppingCart

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

checkout issue #42

Open vetrisoft opened 5 years ago

vetrisoft commented 5 years ago

Hi, I am referring your code repository to create the e-commerce system but i am facing the issue while checkout the cart items.

return "redirect:/checkout?cartId=" + cartId;

While clicking the checkout button, CustomerOrder has been created after that, the spring webflow is not working. Please share your comments on this...

Haneesh001 commented 4 years ago

I am not able to add the products into the cart