Asset Management System

Online Bakery Shop System Php

Synopsis

This online Bakery shop allows users to check and purchase various bakery products available online. The project consists of list of bakery products displayed in various categories and the user can browse through the items. User can add the selected items it to his shopping cart. User needs to register on the site before checking out. He can then login using same id password next time. Now he may pay through a credit card or cash on delivery. The user receives a copy of the shopping receipt on his email id after the successful transaction. Here we use user-friendly interface to make the entire frontend. The middle tier or code behind model is designed for fast processing. In addition, SQL serves as a backend to store bakery products lists data. Thus, the online Bakery shopping project brings an entire bakery shop online, making it easy for both buyer and seller.
Modules:-
• User Registration: User can register on the system and get his online account on site.
• User Login: User can login to system and check various bakery items.
• Product Categories: The bakery products are arranged and can be viewed in categories.
• Add to cart: Users can add new items to cart.
• Custom Cake: User may order a custom cake as per his needed flavor, size, and shape on site.
• Dummy Credit Card Payment: After total bill is calculated user can pay via credit card online.
• Email confirmation: On successful payment a thank you message is sent to user.


Comments are closed.