Abstract:
The Online Cosmetics Store Application keeps a large amount of Cosmetics. Each Cosmetic item is identified by name. For each item of Cosmetic, the cosmetic store also needs to record its names, titles, and category, publish date, quantity in stock in time, offers and price. This information is provided by online to make a digital cosmetic store for the customers. One customer can place any number of orders. For each order, the cosmetic store needs to record who place this order, when, the order status, total price, shipping address, payment method, bill address and ordered cosmetics. Currently for payment method, it defined check transfer and cash on delivery; hence the cosmetic store needs to record this payment information. Customer can also manage their shopping carts. One customer can have any number of shopping carts. However, each shopping cart has exactly one customer. The shopping cart contains the following information: cart ID, name, date created, date last update, books contained in this shopping cart etc. Thus, the project is an interactive online cosmetic store with online payment gateway system.