8
Online Store By: Daniel Alvarado Multifarious Systems I

Online Store

  • Upload
    eryk

  • View
    33

  • Download
    0

Embed Size (px)

DESCRIPTION

Multifarious Systems I. Online Store. By : Daniel Alvarado. Purpose. - PowerPoint PPT Presentation

Citation preview

Page 1: Online Store

Online Store

By:Daniel Alvarado

Multifarious Systems I

Page 2: Online Store

PurposeMy final project was creating an online weapon store. In my store I have two different lists of weapons, melee and fire. I have a registration form where users can register and buy weapons, while I am the designer as well as the administrator

Page 3: Online Store

Home and RequirementsThese two pages are simply filler pages to make the website look more presentable and real , but the real purpose was testing my CCS style for the webpage and see the future appearance for the rest of them.

Page 4: Online Store

RegistrationMy registration functionality is a combination between an html and php page. When I hit the registration button on my webpage its going to go to html webpage first and after hitting the create account is going to go to the php file where it each check every single data of the checkboxes to see if the form was entered in the right way.

Page 5: Online Store

Store/ Melee and Fire Weapons My store is divided in two lists, Melee and

Fire weapons, they work the same way except that when I display them I open the database where the weapon are stored with their Id, price and name and picture. I have a weaponType , melee or Fire and that way I display them

Page 6: Online Store

These two files insert and remove items from an user’s shopping cart . I created a database table called addtocart. If am adding to cart I am insert into this table if I delete from the cart then I would create a query that deletes from the addtocart table too.

Add To Cart/Delete From Cart

Page 7: Online Store

Place OrderEach time we place an order after an user has a shopping cart, it redirects to the home page and erases the current shopping cart. This php file includes functionality from the delete from cart and also storing in the table called orders all of the items placed in the order

Page 8: Online Store

View OrdersAll of the users with placed orders re going to be viewable at the view orders section , this section is only viewable to the administrator. Only I am the administrator and have this privilege.