Advance Shopping Cart With Admin Panel And Checkout System Using PHP and MySQL | P4 - Shopping Cart

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

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

  • @copyartproducoesclovisgonc9250
    @copyartproducoesclovisgonc9250 7 дней назад

    This class of yours is something inexplicable. It borders on the supernatural, it's so good. Your videos are the best I've seen in my entire life. My sincere thanks. God bless you

  • @hassanadedoyin8062
    @hassanadedoyin8062 20 дней назад

    You video I found more beneficial bro

  • @abdgame2025
    @abdgame2025 Год назад

    I don't get tired of repeating the same words: thank you very so much for this channel 😍😍😍😍😍. Your work as a frontend developer is amazing!!!!✨

  • @edsoncampos5050
    @edsoncampos5050 2 года назад

    O que mais me chama atenção no seu trabalho é que você esta se dedicando em PHP puro ! OS projetos simples direto e objetivo!
    Siga firme com os vídeo de PHP e mysql são apaixonantes!

  • @wagnersteel
    @wagnersteel 2 года назад +2

    Obrigado pelo seu trabalho em divulgar em seus tutorias esse universo maravilhoso da programação web e suas linguagens, diversificando sempre os temas abordado.

  • @matieux7977
    @matieux7977 Год назад +1

    Awesome as always 👏🏻

  • @alexandralarios2685
    @alexandralarios2685 Год назад +1

    hello! I love this channel.
    can you make an inventory system management ?

  • @npze7m158
    @npze7m158 Год назад

    thanks to this i got it all correct ! :) :)

  • @ladslozano5121
    @ladslozano5121 Год назад

    Hello, what software/application did you used to make that online ordering system?

  • @surajshahi8396
    @surajshahi8396 2 года назад +1

    If we select pizza or something from one mobile. It is also visible in another mobile while opening it other mobile. Only for single user not for multiple user. Please make it using session.

    • @MrWebDesignerAnas
      @MrWebDesignerAnas  2 года назад +1

      you mean a shopping cart with multiple user?? already made one check out on my channel!

  • @andresantos7972
    @andresantos7972 2 года назад

    Hello. How I can make payment system in this plataform?

  • @nss8768
    @nss8768 2 года назад

    amazing !

  • @namphuong4722
    @namphuong4722 Год назад +1

    where database ??

  • @junhao6160
    @junhao6160 2 года назад

    Hi, Why the cart page wasn't cleared after checked out, what's the code to clear it

    • @savanaassasinandy716
      @savanaassasinandy716 2 года назад

      my solution:
      checkout.php
      continue shopping
      products.php
      if(isset($_GET['delete_all'])){
      mysqli_query($conn, "DELETE FROM `cart`");
      header('location:products.php');
      }

    • @praveeshadyal2307
      @praveeshadyal2307 Год назад

      did you try it?

  • @ajaillykpop2746
    @ajaillykpop2746 2 года назад

    cant update and remove

  • @miroslavstankovic8050
    @miroslavstankovic8050 2 года назад

    what music is in the background?

    • @MrWebDesignerAnas
      @MrWebDesignerAnas  2 года назад +1

      both music link is given in the descriptions provided by youtube itself

  • @ahmadwali8752
    @ahmadwali8752 2 года назад

    $grand_total += $sub_total; in this path i'm not running properly and get an error like this Warning: A Non-Numeric Value Encountered In C:\Xampp\Htdocs\Remake\Cart.Php On Line 96, how to fix it sir
    🙏🙏

    • @MrWebDesignerAnas
      @MrWebDesignerAnas  2 года назад

      copy paste your code here...

    • @leannbathan6104
      @leannbathan6104 2 года назад

      @@MrWebDesignerAnas i have the same problem sir

    • @MrWebDesignerAnas
      @MrWebDesignerAnas  2 года назад

      @@leannbathan6104 use number_format() function
      just write it like number_formate($fetch_cart['price'] * $fetch_cart['quantity']);
      but if you are using this already then remove it

    • @lucyakimoto1939
      @lucyakimoto1939 2 года назад

      @@MrWebDesignerAnas hello, where to I put this code? I got the same error. Thanks

    • @DigitalCodeNetwork
      @DigitalCodeNetwork Год назад

      Convert $grand_total to int and $sub_total to int as well on line 88

  • @justinsengweb-per70
    @justinsengweb-per70 2 года назад +1

    I want mysql file bro

  • @webdev-i2r
    @webdev-i2r Год назад

    sir please IMPORT DB

  • @kristellaocampo548
    @kristellaocampo548 2 года назад

    I tried it in a higher amount and it doesn't work if it's over a thousand in amount. what should i do? please help

    • @MrWebDesignerAnas
      @MrWebDesignerAnas  2 года назад

      oh! increase the length / values in the database table column or increase the maxlength / max attribute of the input type number for price

  • @arunachalamm3907
    @arunachalamm3907 Год назад

    Warning
    : Undefined Variable $Conn In
    C:\Xampp\Htdocs\Shop\Header.Php
    On Line
    15
    Fatal Error
    : Uncaught TypeError: Mysqli_query(): Argument #1 ($Mysql) Must Be Of Type Mysqli, Null Given In C:\Xampp\Htdocs\Shop\Header.Php:15 Stack Trace: #0 C:\Xampp\Htdocs\Shop\Header.Php(15): Mysqli_query(NULL, 'SELECT * FROM ...') #1 C:\Xampp\Htdocs\Shop\Cart.Php(44): Include('C:\\Xampp\\Htdocs...') #2 {Main} Thrown In
    C:\Xampp\Htdocs\Shop\Header.Php
    On Line
    15
    please help this error

  • @markmj8854
    @markmj8854 Год назад +1

    Where is database??

    • @markmj8854
      @markmj8854 Год назад

      That I can export xampp file