Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: THEend8_
32516 – Internet Programming Assignment
In this assignment, you are required to develop a web site for a Grocery Store to run a grocery business on-line. This Grocery Store system is a simulated online grocery shopping experience.It is applicable to any e-commerce shopping application.
The products in the store for sale can be divided into five categories: Frozen-Food, Fresh-Food, Beverages, Home-Health and Pet-Food. The data pre-defined in a MySQL database is shown as below:
32 rows in set (0.01 sec)
This assignment consists of four components. You are required to work individually to complete all functionalities of this project. This assignment counts as 45% towards your final assessment
The browser window is divided into three frames, the Left Hand Frame, the Top Right Hand Frame and the Bottom Right Hand Frame, as shown below:
The main focus of our on-line shopping project is to allow customers to visually search/browse for products available in the shop and then display the details of chosen products. Customers can add chosen products to a virtual shopping cart and when they wish to complete the shopping, they can checkout by filling an on-line Purchase Form that asks for the delivery of details and email address. Once the Form is filled out, the customer can complete the order by clicking on the “Purchase” button. The details of the order are then sent via email to the email address given on the form as a confirmation of the order.