Academic school project in 420-411-VA ECOMMERCE COURSE
- Online Marketplace 📈
- Project Description 📰
- Project time Estimation 📆
- Goal of the project 🎯
- Project Guidelines
- Live Video Model
- Future Implementation
- Project Team 🐐
- Instructor 🐉
A web application that allows registered sellers to list their products for sale. A Registered or non registered user can see the product listing however only the registered user can buy these products. This online web application will be a marketplace, which will act and function like the Amazon website.
We will use online resources and model our solutions on the Amazon web application. The time estimation we have for this project is about 160 hours or 80 hours per team member.
To showcase our critical thinking analyst and problem solving skills. To demonstrate our knowledge in web development using proper MVC design pattern and php object oriented programming.
Client/Buyers 👤
- As a buyer, I can register, login, and logout or sign in as a guest
- As a buyer, I can add, modify, and delete products from my cart
- As a buyer, I can favorite products/ add to my wishlist
- As a buyer, I can see sales and other promotions
- As a buyer, I can see product details and product review
- As a buyer, I can modify my profile info/shipping
- As a buyer, I can search up products (postponed)
- As a buyer, I can add product to my cart
- As a buyer, I can checkout my cart (postponed)
- As a buyer, I can check other user profile (postponed)
- As a buyer, I can see my purchase history (postponed)
- As a buyer, I can add money to my virtual wallet using credit info
Client/Sellers 👤
- As a vendor, I can register, login and logout
- As a vendor, I can add, modify and delete product from my listing
- As a vendor. I can see all of my products currently listed
- As a vendor, I can create and modify my seller profile
- As a vendor, I can view product purchase history, add shipping tracking numbers and mark them as shipped (postponed)
- As a vendor, I can set my products on sale
- As a vendor, I can monitor my sales daily, weekly, monthly and annually (postponed)
- As a vendor, I can check other user profile (postponed)
- As a vendor, I can advertise my online store from the main marketplace page
- As a vendor, I can put my products on sale
- As a vendor, I can add money to my virtual wallet using credit info
- Download Xampp and install it from this official Xampp Link
- Once installed, you can clone or download the repo as a zip file
- Navigate to htdocs and inside the folder you extract the zip file
- To clone the repo, open CMD and make sure you are inside the htdocs director
- Then run this command
git clone [repo link] .
- Once done, open Xampp and start the Apache and MySQL
- Click MySQL admin to open the database dashboard
- Click import to load the database to the server
- The marketplace.sql database is located inside the htdocs/data
- IMPORTANT STEP: You have to enable
extension=intl
in the php.ini file located in the xampp installation directoryC:\xampp\php. Search for intl and remove the
;` character to enable the extension. - In the same browser you can type in the url
localhost
- You should then see the Marketplace
- To run the condeception test run
composer install
first
- The goal of the features are to simplify the process of Vendors selling their products online and help buyers to find the product they are looking for. The homepage is where all products can be seen. Any user is able to see all the listed products and so as the advertisement and promotional products
- Virtual wallet is another feature that allow users to manage their money online. The buyer use the virtual wallet to purchase products on the marketplace. For the vendor, all profits will be saved in the virtual wallet.
- The Marketplace has a fully functional localization between English and French.
Question Mark Icons : It represents details. When a user clicks it will open up a modal containing product details Heart Icons : It represents favorite and add to wishlist. When a user clicks it for the first time, it will add it to the wishlist and the icon will change to a filled heart. If user clicks it for the second time, it will removed it from the wishlist and the icon change back to an empty heart. This feature is only available to the buyer account Bag Icons : It represents add to cart. When a user clicks the selected item it will be added to the buyer cart. The cart quantity will increase and the product quantity will decrease. Once the product quantity reaches 0, a buyer will not be able to add to cart anymore.q
Card : For better scannability, I increase the card size of all the product items. This way it has a better chance of grabbing the attention of the buyer Adaptable Navigation and Dashboard : The navigation bar changes depending on the type of the account that is currently log in. Only buyer has the cart feature and the wishlist dashboard. Bootstraps Modal : I use modals to modernize the feel of the website User profile : I model the user profile similar to other social platform like facebook and twitter. People are already use to this style that is why It is a good idea to style the user profile in the same way
- As a buyer, I can checkout my cart
- As a buyer, I can leave a comment to a product that I purchased
- As a buyer, I can rate the product that I purchased
- As a buyer, I can track my package
- As a buyer, I can see my order history
- As a buyer, I can search product by name, category and description
- As a buyer, I can search other user
- As a buyer, I can check other user profiles
- As a buyer, I can leave a rating and a comment to a vendor profile
- As a buyer, I can follow other users
- As a vendor, I can view product purchase history, add tracking numbers and mark them as shipped
- As a vendor, I can make product unavailable once the quantity reaches zero
- As a vendor, I have a dashboard to monitor my sales daily, weekly, monthly and annually
- As a vendor, I can visit other user profiles
- Add pagination to each department(Ads,All Listing,Promotions)
- Filter feature
- Discounted price should apply to all instance of that item
- Cleaner code and use dry methodology
- Create an marketplace admin account
- Implement the service transaction between users
- CodeBros
- Jeffrey Grospe
Michel Paquette