Django Ecom Part 14 | How to make Wish list using jQuery Ajax | Add to wish list | Delete item

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • In this video, you will learn how to add wish list in your django project. We will be creating the model for wishlist, add products to our wishlist using jQuery Ajax and we will also see how to delete items from wish list and reload the wish list div without page reload.
    Line no-38, at 30:30, add "user=request.user" when selecting the wishlist item to be deleted.
    wishlistitem = Wishlist.objects.get(prod_id=product_id, user=request.user)
    Source Code : www.fundacodes...
    Django Ecom Playlist : • Django Ecommerce Website
    If the video helps you, hit the like button and subscribe to the channel. If you have any doubts or suggestions, drop them in the comments below and i will answer them.
    Thanks for watching
    Buy me a coffee : www.buymeacoff...
    Follow me on instagram : / sharma_coder

Комментарии • 11