Laravel 10 Shopping Cart add to cart with Stripe Payment Gateway

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

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

  • @epa-sm-2024
    @epa-sm-2024 ปีที่แล้ว +2

    One of the best tutorials, short and informative! Well done bro

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

    very nice thanks

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

    Remove all products from the cart when successful payment how do set this

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

    Nice

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

    a lot of thanks

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

    They show me the error : "Undefined array key "quantity"" :(
    why ?

  • @EmirMedina-nx3pd
    @EmirMedina-nx3pd ปีที่แล้ว

    @Cairocoders can you helpme with the following error "quantity"

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

    Time 10:05, music change, 😯😨😮😳

  • @marvel1320
    @marvel1320 3 หลายเดือนก่อน

    Backsound name please?

  • @thanhvu-0212
    @thanhvu-0212 10 หลายเดือนก่อน

    Remove all products from the cart upon successful payment
    please

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

    Nothing works, you don't even have to try, he can't just give sourse code

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

    can you make more laravel api videos?

  • @user-dz4qq7gv1w
    @user-dz4qq7gv1w ปีที่แล้ว

    Give me source code pls sir

  • @AndresRamirez-rz6mz
    @AndresRamirez-rz6mz ปีที่แล้ว

    Como descuento la cantidad vendida al stock ?

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

      Success route before, your product stock decreased

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

    @php $total = 0 @endphp
    @if (session('cart'))
    @foreach (session('cart') as $id => $details)
    @php $total += $details['price'] * $details['stock'] @endphp
    Unsupported operand types: string * int
    WHY?