Add to cart with jquery ajax in django session | Django eCommerce Website | Django Tutorials

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

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

  • @mumtahinaparvin7668
    @mumtahinaparvin7668 2 ปีที่แล้ว +1

    You made my year sir , Thank you so much

  • @kamrankalantarli6921
    @kamrankalantarli6921 3 ปีที่แล้ว +1

    Thank you very much you are a very good teacher

  • @irqi_af3179
    @irqi_af3179 2 ปีที่แล้ว

    I can't show data product on a console like in video 4:30 ... how to fix it sir?

  • @antonydavis998
    @antonydavis998 ปีที่แล้ว +1

    THANKS BRO

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

    we're requesting add to basket... when and where are we going to use a csrf token? Guessing not used yet as no 'post' yet?

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

      Need to check

    • @JK-nx1wd
      @JK-nx1wd 8 หลายเดือนก่อน

      @@CodeArtisanLab Thanks, I see we don't need one as all is the GET method so far :)

  • @akashmishra6306
    @akashmishra6306 3 ปีที่แล้ว +1

    error is showing product is not shown in cart list keyerror "cartdata is shown can anybody help

  • @sohretaga7379
    @sohretaga7379 2 ปีที่แล้ว

    The video helped me a lot. Thank you. How can I list the products in the basket? do you have a video about it?

  • @papeibrahimadiawara
    @papeibrahimadiawara 3 ปีที่แล้ว +1

    hi i'm able do add cart length to the navbar but i have to refresh the page to see the result . Can u help me please?

    • @CodeArtisanLab
      @CodeArtisanLab  3 ปีที่แล้ว

      I have explained already, pls watch the videos again

  • @mahmoodrashid5603
    @mahmoodrashid5603 3 ปีที่แล้ว +1

    Where did get the (cartdata) in add_to_cart def?

  • @akashmishra6306
    @akashmishra6306 3 ปีที่แล้ว +1

    error is shown in jquery.min.js please help from 5 days i am stuck in this when i add the product to cart it is not shown anywere

    • @CodeArtisanLab
      @CodeArtisanLab  3 ปีที่แล้ว

      Please check browser console, this issue comes to your system because I have upload the video with working code. So how can I solve your issue. Please try to debug the console.

    • @akashmishra6306
      @akashmishra6306 3 ปีที่แล้ว +1

      @@CodeArtisanLab can u give a hint were the problem could be

    • @akashmishra6306
      @akashmishra6306 3 ปีที่แล้ว

      error is shown in jquery.min.js in consol

    • @CodeArtisanLab
      @CodeArtisanLab  3 ปีที่แล้ว

      No I have no idea

    • @yashvikotadiya3952
      @yashvikotadiya3952 ปีที่แล้ว

      did you find the solution? I'm also getting the same error

  • @mujeebrahman8199
    @mujeebrahman8199 5 หลายเดือนก่อน +1

    brother how to hide the addtocart button if the product has already in the cart ?

    • @CodeArtisanLab
      @CodeArtisanLab  5 หลายเดือนก่อน

      You can add condition

  • @takibahmed8859
    @takibahmed8859 3 ปีที่แล้ว +1

    Waiting for plus and minus....❤️❤️❤️

  • @kamrankalantarli6921
    @kamrankalantarli6921 3 ปีที่แล้ว +1

    hi , When will you publish your new video? ))

  • @alexdavid5711
    @alexdavid5711 3 ปีที่แล้ว +1

    Hello sir
    Why did you not make Model for cart?

    • @CodeArtisanLab
      @CodeArtisanLab  3 ปีที่แล้ว

      I have created model for cart, you can see in models.py file

    • @alexdavid5711
      @alexdavid5711 3 ปีที่แล้ว +1

      @@CodeArtisanLab
      How add data in to cart model when customer click on Add to Cart button?

    • @CodeArtisanLab
      @CodeArtisanLab  3 ปีที่แล้ว +1

      Adding with jquery ajax

    • @CodeArtisanLab
      @CodeArtisanLab  3 ปีที่แล้ว

      Pls watch the videos carefully, you will understand everything

  • @mohsinrehman3026
    @mohsinrehman3026 3 ปีที่แล้ว +1

    Can u show how to generate class diagram from django models in pycharm?

  • @ajaafferzarief2820
    @ajaafferzarief2820 3 ปีที่แล้ว +1

    How to add the product in cart with particular logged user????

    • @CodeArtisanLab
      @CodeArtisanLab  3 ปีที่แล้ว

      Pls see the video carefully, I have explained everything

    • @saubhagyalive3061
      @saubhagyalive3061 2 ปีที่แล้ว

      did you find how to do that for a particular logged user ?

  • @ramydaher6193
    @ramydaher6193 2 ปีที่แล้ว

    hello i have this error : MultiValueDictKeyError at /add-to-cart ' image' i check all my code all are correct

  • @sajidhaabdulla5486
    @sajidhaabdulla5486 2 ปีที่แล้ว

    What about adding different variants of same product?