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...

КОМЕНТАРІ • 25

  • @SsaliJonathan
    @SsaliJonathan 2 місяці тому +1

    You are doing well Clinton.

  • @josiahakpaetuk5009
    @josiahakpaetuk5009 Рік тому +2

    nice one man , just helped me out on a project

  • @nkirukadominica4800
    @nkirukadominica4800 Рік тому +1

    This guys is just too good...your tutorials are really helpful...thank so much

  • @andersonbawo6810
    @andersonbawo6810 Рік тому

    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

    • @CodeWithClinton
      @CodeWithClinton  Рік тому

      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.

  • @shizukocandell8484
    @shizukocandell8484 2 роки тому

    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❣

    • @CodeWithClinton
      @CodeWithClinton  2 роки тому

      I already have a tutorial covering what you need. It is Ecommerce Website with Django and Ajax.
      Thanks for the compliment.

  • @waltradeekene
    @waltradeekene Рік тому

    i want a payyment method for commission and membership fee in my django ecommerce website can you do that for me thanks.

  • @meshackdaniel8288
    @meshackdaniel8288 Рік тому +1

    i did the same thing but the room to provide card details doesnt work

    • @CodeWithClinton
      @CodeWithClinton  Рік тому

      Check your browser console, there might be an error message.

    • @mayowadaboss8767
      @mayowadaboss8767 Рік тому

      I also faced the same problem and I have been trying to fix it

  • @dikachi_official3305
    @dikachi_official3305 Рік тому +1

    Nice.. What about part 4 pls??

  • @waffle_7449
    @waffle_7449 2 роки тому

    when there will be part 4?

  • @ezechristiankelechi5339
    @ezechristiankelechi5339 2 роки тому

    where is the source code please