Overiew
Django ecommerce is built in Django 3.1 version and MySQL database for the backend. It has different features for the user like a user can view all the category, select a product and select the quantity and add the product to his cart. The user can add multiple products in cart and wishlist. There are mutliple payment methods in the checkout page such as PayPal, Razorpay and COD.
Features
Django ecommerce has various features listed below:
Customer Side:
- Login and Register
- Product quantity increment/decrement before adding to cart
- Add to Cart
- Add to Wishlist
- View product from the Wishlist page and add it to cart
- Checkout information validation before placing order
- Auto fill checkout information from user's 2nd order
- Checkout Page
- Multiple payment option during checkout - PayPal , Razorpay and Cash on Delivery
- View orders and order status
Requirements
Host : Localhost
Python Version >= 3.6
Database : MySQL DB ( phpMyAdmin )
Web Browser : Chrome, FireFox, Internet Explorer, MS Edge.
Instruction
- Extract the downloaded .zip file.
- Paste it in the htdocs folder.
- Setup Database in settings.py file.
- You will have a .sql file (DB) inside the folder containing all the data shown in the video. You can import this .sql file in your database (if you are importing the .sql file, you can skip step 5). If you want a fresh database, you can skip Step 4.
- Run the migrate command : "py manage.py migrate".
- The project is ready to run. Run the command : "py manage.py runserver" and you have your project running.
Get it for
Free support
Future product updates
Quality checked by fundaofwebit
Lowest price guarantee
Category | Django > Django Ecommerce |
First release | 14 Mar 2022 |
Last update | 21 May 2022 |
Files included | .py .js .css .html |
Tags | django ecommerce source code |