You are on page 1of 3

University of Central Punjab

Faculty of Information Technology


Assignment 03

Subject Web Engineering

Total Marks 50 Points

Topic Cover HTML Tables, FORMS, PHP (CRUD), MySQL, RESTful/SOAP

Due Date
Friday - 24th June 2022 Before 3:00 PM
Late submissions paneity= 10% deduction per day

Policy
✓ Submit Code as.zip file with your roll no# and print the code to submit in office before 3:00 PM if you fail to submit the printed assignment
marks will be considered ZERO.
✓ So upload your assignment as soon as possible
✓ All the parties involved in first cheating case will be awarded ZERO for that evaluation.
✓ Afterwards, all students involved in the second instance will be awarded ZERO in the entire evaluation category.

{ No assignment will accept on EMAIL }


OnlineShop.pk

Design the layout with CSS using <div> for the provided task 1, task 2 and task 3. Use the colors of
01: your own choices (External CSS will be encourage)
(20)
User-Interfaces & CSS
(Find the tasks files in the attachment)

Develop server-side (php) script for OnlineShop homepage ( follow the attached layouts for help
Task-01)
02: 1- Show the top menu on top
(20)
Homepage.php 2- Display categories on left sidebar from DB (display only selected for home-page max 12)
3- Show the products on right-side of the page along the categories (Display max 5 products from
each category in each row on home-page.

Develop server-side (php) script for single-product-view for products ( follow the attached layouts for
help Taks-02 )
02: 1- Show the top menu on top as shown for all other interfaces
Single-product- 2- Display single product with maximum information & pictures stored in database (20)
view.php 3- When customer click on the add to cart button, add the specific product into cart
4- Customer can only buy the item if he/she is registered on the OnlineShop
5- If customer is not registered ask to register otherwise login to buy the products

Develop server-side (php) script for shopping cart for pro ( follow the attached layouts for help Task-
03)
1- Add all the selected products into shopping cart
2- System must have at-least three shipping methods to choose (TCS/LCS/ Self-Pickup)
03: 3- System must have at-least three payment methods to choose for checkout ( Bank Transfer /
(40)
Productcart.php Credit-Card / COD)
4- Calculate the total bill amount (along with all other charges like shipping + Tax)
5- When customer place the order give the tracking number.
6- Update the stock ( Subtract the quantity from stock )
7- Save the order details ( INVOICE into database) for the customers and store owners.

You might also like