ikismail / ShoppingCart

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

Admin Login #27

Closed PrashantBahuguna closed 6 years ago

PrashantBahuguna commented 6 years ago

How to login as an Admin ? What are the login details ? Will the product details be added via Admin page because currently it is empty.

ikismail commented 6 years ago
  1. Register new User
  2. In database you can see the registered user details in user table.
  3. In Authorities table you can see the registered user role as ROLE_USER Modify to ROLE_ADMIN and login again you can get the admin features.
PrashantBahuguna commented 6 years ago

Products are not getting added to cart. Have you implemented this functionality ?

ikismail commented 6 years ago

yes

PrashantBahuguna commented 6 years ago

but it's not working, there is no event on clicking add to cart icon next to the product and the cart remains empty.

PrashantBahuguna commented 6 years ago

Also the functionality of displaying all users in DB to admin is also not there along with many more.

ikismail commented 6 years ago

sorry for the delay @PrashantB248 kindly check the console for the errors and let me know will solve the issue. And Displaying All users is not Implemented. thanks

Haneesh001 commented 4 years ago

Products are not getting added to cart. Have you implemented this functionality ?

Haneesh001 commented 4 years ago

but it's not working, there is no event on clicking add to cart icon next to the product and the cart remains empty.

Haneesh001 commented 4 years ago

Also the functionality of displaying all users in DB to admin is also not there along with many more

raju-120 commented 2 years ago

the cart option did not work out..