How To Use Paypal IPN Data - Django Wednesdays ECommerce 50

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

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

  • @Codemycom
    @Codemycom  2 месяца назад

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

  • @Copt774
    @Copt774 2 месяца назад +2

    really cool stuff! i have a whole new respect for online shopping carts :x see you next week John!

  • @moisesmoisesserranocv7261
    @moisesmoisesserranocv7261 2 месяца назад

    John, I have a couple of questions: 1) if a user wants just duplicated an existing order to buy again the same at the future, what do you propose?, 2) how we can generate and email an invoice to customers - for example a pdf File 3) I have the feeling that billing info portion located after paypal button should dissapear, it looks like it is not useful. 4) after the paypal processes is completed , should we remove from cart to complete the cycle. Thanks john in advance for your answers.

    • @moisesmoisesserranocv7261
      @moisesmoisesserranocv7261 Месяц назад

      Hi John, i have been looking for videos about the duplicated orders to repite the same purchased and avoid to enter all information again, but i did not find it. could you give us your advice on it. thanks again

  • @moisesmoisesserranocv7261
    @moisesmoisesserranocv7261 2 месяца назад

    Thanks John. I became crazy with last video due it looked like you were going to remove code from process_order and moving to billing_info but it look like duplicated code. Are you going to remove the redundant code or i am wrong ?. I had to review bit for bit your code to detect an error i had, finally i am ok. Thanks you , it is a very good work and I am very interested in remaining parts. Excellent Teacher!

    • @Codemycom
      @Codemycom  2 месяца назад

      we may use it for stripe, or we'll remove it

    • @moisesmoisesserranocv7261
      @moisesmoisesserranocv7261 2 месяца назад

      @@Codemycom Thanks for answering. I can sleep better now. Lol

  • @TheLummen.
    @TheLummen. 2 месяца назад

    Let's gooo!

  • @anandunair8575
    @anandunair8575 2 месяца назад

    Sir i think in this project without login in anyone can add items to cart..sir is it just my mistake. Can you please tell if it's my mistake and if there's any thing to correct it

    • @Codemycom
      @Codemycom  2 месяца назад

      We built it that way on purpose. We want people to be able to order without logging in.

    • @anandunair8575
      @anandunair8575 2 месяца назад

      ​@@Codemycom sir but no shopping website allows anyone without login to buy it from their site.. that's why I asked.. Can you help me to make it only for a login members to add to cart

    • @anandunair8575
      @anandunair8575 2 месяца назад

      ​​@@Codemycom sir then what's the difference between people who registered and login and who hasn't registered if anyone can add to cart and buy things... Is not that illogical 😬 is it a way to make cart available to logged one's