Anant Jain
Anant Jain
Currently, we are using Spring Security's default login page. You have to create a new login page using Boostrap. (You can refer to other JSP pages of this project)
Make YouTube video instructing the Project setup steps
In product table add a column to store the image In admin panel give an option to upload the image In user panel display the image Use proper validations
In current scenario when order gets placed then the ordered quantity of product gets deducted to the the available quantity of products Using transaction management make sure that placing order...
Currently, admin adds the price of product and user places order over that price Rename the current "price" as "selling price" Add new column "product price" Example: A product's price...
On top right, email of loggin user is displayed On clicking it down menu appears In that menu add an option to change password which redirects you to a form...
Currently there is list of products gets displayed from which customer directly places an order There should be cart system To implement this feature store the cast items in database...
Attach PDF invoice while sending an e-mail of the order confirmation
Add login with Facebook & Google using Spring Social