AR COLLECTION - Project Instructions
AR COLLECTION - Project Instructions
FEATURES:
Online shopping website where customers can view fashion jewelry, add items to their
cart, process checkout and view their orders.
Admin can manage products, customers and orders.
Admin can access REST api calls and generate xml and json data.
ACCOUNT:
The account folder contains all the pages related to user account.
ADMIN:
The admin folder contains all the admin php pages for adding, viewing and updating products
and customers. Admin home page has link for REST api calls for getting all products, products
with matching category name and products within specified price range (products will be
displayed by price and not listprice for filtering)
CATEGORY:
The category folder contains the product’s pages with product details.
CHECKOUT:
The checkout folder has all the folders for displaying cart and checkout pages.
CORE:
IMAGES:
INCLUDES:
The includes folder contains page headers and footer that are included in all pages.
MODEL:
Model folder has all the models required for the project.
ADMIN
5. On Admin Home, REST Api links are available for viewing product list, products by
matching category name and products within specified price range. You can change
the price range in the link to get the result. Note however the products are shown
on the basis of price (current price of item) and not the list price (original price).
6. Admin view products in using Products -> show products link. The list of all products
in the database will be displayed.
7. Admin can view a particular product by clicking view details and edit or delete a
product.
8. In Products -> Add Product , Admin can add a new poduct.
9. In Customers->show Customers will show list of all customers. By clicking view
details of any customer shows all orders of that particular customer. IF you click on a
particular order for that customer, all details for that order will be displayed. Here
admin can edit any customer product and also update the order status for that
product. (as requested in project document)