Checkout my new Django Course! https://dennisivy.teachable.com/p/django-beginners-course In this brand-new module, we are going to include guest checkout
abilities. This implies that a user visiting the site will be able to include products to cart and checkout without ever requiring to produce an account. Source code: https://codewithsteps.herokuapp.com/project/cd0492f3-ee93-471a-9dbc-b047233336c3/ Follow me on Twitter for updates and more individualized content: https://twitter.com/dennisivy11 Time Stamps: 00:00- Introduction 00:37- DecimalField 4:44- Create Cart/Cookies 10:15 – Add/Remove Items 20:25 – Render Cart total 24:31 -Build Order 27:25 – Build Cart Items 35:45 – cookieCart( )Function 44:25 -cartData() Function 49:25- Guest Checkout
Process 1:01:06- guestOrder() Function Source
