Order Checkout - Django Wednesdays ECommerce 32

preview_player
Показать описание
In this video we'll start to build out the order checkout process for our ecommerce website with Django.

We'll start by creating a checkout button on our cart summary page.

That button will lead to an order summary and shipping address summary page...

#django #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:05 - Add Checkout URL
1:43 - Create Checkout View
2:00 - Create Checkout HTML Page
3:00 - Add Checkout Button
4:22 - Create Order Summary Box
5:40 - Bootstrap Card
6:31 - Get Order Summary Data
8:00 - Output Order Summary
8:50 - Sale Price Logic
9:36 - Get Quantities
11:20 - Add Summary Total
12:36 - Update Summary Button
13:57 - Shipping Address Box
15:05 - Continue Button
15:28 - Check For Logged In
16:53 - Get Shipping Info
20:10 - Add Shipping Logged Out
20:50 - Conclusion
Рекомендации по теме
Комментарии
Автор

▶ Watch Django Wednesdays Ecommerce Playlist ✅ Subscribe To My YouTube Channel:
▶ See More At: ✅ Join My Facebook Group:
▶ Get The Code

Codemycom
Автор

forgot to mention this is 100% a fantastic course giving you the fundamental details and direction to create a fully functional custom website, with the help of AI this code can be manipulated practically into anything adding your own custom models etc. Great work thanks for all the help <3

michaelraymondlegg
Автор

Nice !! No more people spent time to register on site/shop ( too lazy, add in other video fb/google, x api to login/register)
Waiting for the next video !!!

gianlucagiuman
Автор

Great video John... Thanks as always for the efforts here !

namdarcs
Автор

This was once again super thanks... now caught up whooop. Will give me a chance to recap and see if can work out how to add pagination to the home page. Enjoy the Easter break John

JK-nxwd
Автор

Thank you for this video. please can you make a video on how we can deploy dockerized django apps on server

you did everything related to django the only one you didn't is deployment + docker tutorials

alexdin
Автор

Well I have been and learning and ı can say up untill now I believe you have an extra ordinary gift to explain coding however it may seem coplicated. I get a job then ı will get that membership sir! Wait for it!

ForRosS
Автор

Great series. Wonderful that we are now working on the checkout. Just wanted to know if you'll include product variations i.e size(L, M, S) before one adds to cart & option to view various images of a product instead of just one, thanks

deleos
Автор

I have come here after watch that video and i have done subscribe and like. I am sure you will complete this series and you will create another multivander e-commerce website. Thank you

konalroy
Автор

sir i want to say can you add the seller account user and regular user functionality like in amazon people can sell items not only the admin thanks!

MyMusicWorld
Автор

sorry to say but quantities, cart_products, totals have not shown in checkout page

infoavi-zf
Автор

ImportError: cannot import name 'ShippingForm' from 'payment.forms'
getting this error sir..

RittaRamachandran
Автор

Hi, what do you think about the promo code, will you add it?

banraiiidota
Автор

maybe in the information department we will link together 2 addresses in payment and delivery, otherwise they are duplicated

banraiiidota