Collect Payments in Django | Django Flutterwave Tutorial | Django Shopping Cart pt3.
Вставка
- Опубліковано 2 лис 2024
- Hi, this video is a continuation of the Django Shopping Cart tutorial. In this video, you will learn how to collect payments in Django using Flutterwave. Users will be able to make payments for items in their cart. Flutterwave is the payment gateway that I will use to collect payments from users.
Happy learning!
Django shopping cart pt1 -: • Build a Shopping Cart ...
Django shopping cart pt2 -: • Build a Shopping Cart ...
Source code -: github.com/Cli...
You are doing well Clinton.
@@SsaliJonathan thanks so much brother.
nice one man , just helped me out on a project
I am glad the video helped. 🙏
This guys is just too good...your tutorials are really helpful...thank so much
My pleasure. 🙏
@@CodeWithClinton sir are u from Nigeria??
@@nkirukadominica4800 I am from Nigeria.
@@CodeWithClinton wow...me too....is it ok if I interviewed you😅😅
@@nkirukadominica4800 there is no problem.
Thank you for this tutorial, it was really eye opening, but please how did you make the cart clear after making payment, I didn't seem to catch that explanation. I would appreciate your response thank you
You are welcome Anderson.
As for the clearing of the cart, this is how it works, remember we are always getting or creating a cart that has the "completed" attribute set to false, once payment is made the "completed" attribute on the cart is set to true. Once a given cart is set to true, we can't get that cart again, a new cart will then have to be created and this new cart will have it "completed" attribute set to false, it only changes to true whenever payment is made.
I really hope you do understand.
Thank you.
This is one amazing tutorial and it's going to help me a lot with my project.
However, I would really appreciate it if you can add a delete button for each cart item and a way to increase the item quantity directly from the cart probably with an input field
thanks again❣
I already have a tutorial covering what you need. It is Ecommerce Website with Django and Ajax.
Thanks for the compliment.
i want a payyment method for commission and membership fee in my django ecommerce website can you do that for me thanks.
Sorry, I am quite busy.
i did the same thing but the room to provide card details doesnt work
Check your browser console, there might be an error message.
I also faced the same problem and I have been trying to fix it
Nice.. What about part 4 pls??
I will make part 4 of the series.
when there will be part 4?
It is coming.
where is the source code please
Check the video's description.