Clear Shopping Cart Model - Django Wednesdays ECommerce 42

Поділитися
Вставка
  • Опубліковано 2 жов 2024

КОМЕНТАРІ • 20

  • @Codemycom
    @Codemycom  3 місяці тому

    Watch Django Wednesdays Ecommerce Playlist Subscribe To My UA-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

  • @alvinchisom4841
    @alvinchisom4841 3 місяці тому +1

    Can i suggest something please, we have ship and unship button can we add a cancel button too, so when a customer place a order and the order is out of stock, we can click the cancel button and send email to the customer, saying your order was cancelled because of this reason or that reason. i am really enjoying your teaching and my Django skill is getting better thanks to you.

    • @Codemycom
      @Codemycom  3 місяці тому +1

      We may or may not get into emailing...but deleting from the database is trivial, I have lots of videos on that

  • @aboaz1426
    @aboaz1426 11 годин тому

    How can we add the maximum quantity of the product? So the user can buy for example max 7 items of one product? Because now there is a gap - if you already have 5 items of a product and then go to the product page and add more nothing happens (I think it would be wise to add there a flash message for example: The maximum quantity of items is 5 or sth like this). Can you please help how to implement that change to your code?

  • @sma1gdz
    @sma1gdz 3 місяці тому

    Can you please do the Validate Form using the Django link in the name field and email it on the registration page?

    • @Codemycom
      @Codemycom  3 місяці тому +1

      Not sure if we’ll get to email in this series but maybe

  • @mohammadslim8389
    @mohammadslim8389 3 місяці тому

    The only issue is that we are emptying the cart no matter what the user purchases. Even if they purchase what is in the cart partially, the cart will still get emptied not taking into consideration that items that are yet to be purchased.

    • @Codemycom
      @Codemycom  3 місяці тому

      we don't have it set up for them to only purchase part of the cart at a time. So that isn't relevant.

  • @fantasyworld1087
    @fantasyworld1087 3 місяці тому

    Need Product stock management. Will you develop it in this series.

    • @Codemycom
      @Codemycom  3 місяці тому +1

      No, but you should have learned enough in this series already to make it yourself...

    • @fantasyworld1087
      @fantasyworld1087 3 місяці тому

      @@Codemycom Today I made it 😀

  • @BrijeshSoni23121306
    @BrijeshSoni23121306 3 місяці тому

    Hello Mr. Jonh, The playlist is awesome, and I liked a lot, I want one favour from you, if possible can you share same play list with FastAPI and MongoDB
    Thanks in Advance.

    • @Codemycom
      @Codemycom  3 місяці тому

      Sorry, won't be doing that

    • @BrijeshSoni23121306
      @BrijeshSoni23121306 3 місяці тому

      @@Codemycom Okay, but if I ask you for help will you reply?

  • @fantasyworld1087
    @fantasyworld1087 3 місяці тому +1

    Every Wednesday waiting for new lecture and you never disappoint us. Thanks for your great teaching.

  • @abdullaharshed
    @abdullaharshed 3 місяці тому

    thanks for the video, noticed this way earlier in the series when you mentioned that and fixed it

  • @TheLummen.
    @TheLummen. 3 місяці тому

    Ok John ! We are following along ! Keep them coming !