Full-featured shopping cart with PayPal & credit/debit payments
Product rating & review system
An actual real-world project built in a linear and progressive manner
Admin area to manage customers, products & orders
Product search, carousel, pagination & more
View Full Video Demo On Youtube
- clone this project
- install virtualenv
pip install virtualenv
- create new virtual environment
py -m venv venv
- activate the new virtual
.\venv\Scripts\activate
- install requirements.txt
pip install -r requirements.txt
- run local server to begin
py manage.py runserver
- go live with localhost:8000
To install on Unix/macOS see this document
- run on trimnal
py manage.py createsuperuser
- create new admin user
- go to localhost:8000/admin
- Full-featured shopping cart
- Review and Rating System
- Top products carousel
- Product pagination
- Product search feature
- User profile with orders
- Admin product management
- Admin Order details page
- Mark orders as a delivered option
- Checkout process (shipping, payment method, etc... )
- PayPal / Credit Card integration
- Category Filter
- Addition of variable products
- Post on your blog
- Contact page
- Professional and modern website design with matching colors
- An unlimited number of products and categories
- Unlimited pages
- Easy to manage the site