Product Quantities - Django Wednesdays ECommerce 16

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024

ความคิดเห็น • 25

  • @Codemycom
    @Codemycom  10 หลายเดือนก่อน +1

    ▶ Watch Django Wednesdays Ecommerce Playlist ✅ Subscribe To My TH-cam Channel:
    bit.ly/3OBQJfN bit.ly/2IGzvOR
    ▶ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take 50% off with coupon code: youtube50 bit.ly/2VC9WUN
    ▶ Get The Code
    bit.ly/47xAhWJ

  • @bugi5733
    @bugi5733 9 หลายเดือนก่อน +5

    Your videos they like gold on TH-cam . Keep going👍

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน +2

      Glad you like them!

  • @delic8107
    @delic8107 9 หลายเดือนก่อน +1

    When I try to add my MySQL database in settings, there is an error. How can I fix that, because you didn't work with MySQL?

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน +3

      You need a video on using MySQL in django...I have one somewhere on the channel

  • @ahmatmhtlouky4179
    @ahmatmhtlouky4179 9 หลายเดือนก่อน +1

    thanks body, I'm waiting for payment part

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน +1

      We'll get there eventually

  • @christianburns03
    @christianburns03 4 หลายเดือนก่อน

    Espectacular conjunto de videos, voy video a video construyendo el ecommerce, ojala habria mas videos como estos. gracias dolape

  • @federicocampo557
    @federicocampo557 9 หลายเดือนก่อน +1

    Hello John, when we try to change the quantity in the cart summary, it doesn't work. why?

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน

      Because you typed something wrong in the code. Compare it to the video to discover what.

    • @federicocampo557
      @federicocampo557 9 หลายเดือนก่อน

      Should the cart summary require an update function? I'm asking because in the video, you're not changing the quantities.

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน +1

      @@federicocampo557 We update in the next video

  • @sma1gdz
    @sma1gdz 10 หลายเดือนก่อน +1

    💚💚💙💙

    • @Codemycom
      @Codemycom  10 หลายเดือนก่อน

      🙂

  • @nishantkhorwal7078
    @nishantkhorwal7078 7 หลายเดือนก่อน

    My quantities in cart_summary is not changing(i think my for loop is not working because i have checked everything before that and everything is same as your code). Can you tell me what can be the issue.

    • @Codemycom
      @Codemycom  7 หลายเดือนก่อน +1

      You think the code is the same but it is not. Put it away for a couple days and check it again and your brain will see the thing you did different from my videos.

    • @nishantkhorwal7078
      @nishantkhorwal7078 7 หลายเดือนก่อน

      Quantity



      {% for key, value in quantities.items %}
      {% if key == product.id|slugify %}
      {{ value }}
      {% endif %}
      {% endfor %}

      1
      2
      3



      @@Codemycom before this everything is running smoothly but after applying this in cart_summary all the quantities are showing 1 in the cart.

  • @namdarcs
    @namdarcs 9 หลายเดือนก่อน

    Great work John! off to the next video since I'm 2 weeks behind :)

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน

      Glad you're enjoying it!

  • @RobertKinson
    @RobertKinson 9 หลายเดือนก่อน

    Hey John, loving the series, would you recommend learning CSS or learning Bootstrap?

    • @RobertKinson
      @RobertKinson 9 หลายเดือนก่อน +1

      I hope you had a good thanks giving btw, i wish we did it in the UK.

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน +1

      I'd recommend bootstrap if it interests you. It's not absolutely necessary...

    • @RobertKinson
      @RobertKinson 9 หลายเดือนก่อน +1

      @@Codemycom Well, I feel bad for stealing everyone's templates 😂 thanks John

  • @muhammeduvais1557
    @muhammeduvais1557 8 หลายเดือนก่อน

    i want to add increment and decrement

    • @Codemycom
      @Codemycom  8 หลายเดือนก่อน +1

      Look ahead in the playlist