Sale!

COEN 278 Assignment 3 solved

Original price was: $35.00.Current price is: $30.00. $25.50

Category:

Description

5/5 - (3 votes)

In this assignment, you will be creating an online store.
You can create any product store and define your own table.
Follow the lecture demo and implement the similar functions:
– two views for your data resource (admin and shopper)
-create your own data
-create shopping cart functions (with AJAX)
(including “place order”)
-create admin account
in addition:
– create a search function to search product.
(for example, create search box in the side bar for user to input search text, then
in the product view, show the search result)
– in shopper’s show view for individual product, make the image
bigger. and add “add to cart” button in that page too
so that you can add to the cart from individual product page.
– after add to the cart, the product catalog will be displayed again
(.scss file will be provided)