eCommerce 2 is a step-by-step guide to creating your own custom eCommerce site using Django (v. 1.8), Bootstrap (v. 3.3), AJAX, jQuery (v. 1.11), Braintree Payments and more. Learn how here.
The project we use is Try Django 1.8. Created by Team CFE @ http://joincfe.com.
Interested in learning more?
Sign up on our YouTube channel
Become a member on Coding for Entrepreneurs
The tutorial code below is the final code from the end of each tutorial video. Each link below is tied directly to the tutorial's title. Please note that some videos will not have code reference code.
4 - Try Django 1.8 to eCommerce 2
11 - Using Links for Model Instances
14 - Post Save Signals for Variations
22 - Dynamical Update Price with jQuery
27 - Distinct and Random QuerySets
29 - Django Template Include with Variable
30 - Featured Product on Homepage
33 - Product Lists on Homepage
34 - Product Editing with Django Admin Inlines
37 - ManyToMany Through using the Shell
38 - Add, Remove, Update Cart in a CBV
41 - Add to Cart from Product View
42 - Format Cart & Remove Items
43 - Update Cart Item Quantity in Cart
49 - Display Message from Server
55 - Checkout Form & FormMixin
61 - Crafting the Order Part 1
62 - Crafting the Order Part 2
63 - Crafting the Order Part 3
64 - Crafting the Order Part 4
65 - Custom Mixin for Cart & Order
72 - Braintree Instance Methods