18 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS

Поделиться
HTML-код
  • Опубликовано: 12 мар 2024
  • Hello friends!
    In this video, I'm demonstrating how to display cart items on the cart page, as well as how to show the subtotal and grand total. Additionally, I'll be showing you how to change the quantity of items directly from the cart page and how to remove items from the cart.
    #Laravel #ECommerce #WebDevelopment #ModelsAndMigrations #Livewire #Filament #TailwindCSS
    🔗 Full Playlist: • E-Commerce Project | L...
    **********************************************************
    If you like my works and my video tutorials then you can donate me some amount.
    **********************************************************
    Paypal: www.paypal.me/wolfmania
    UPI: sahil4rock@ybl
    **********************************************************
    Thanks for watching this video. If you like this video then hit the like button, share this video, And Subscribe to my Channel. Also, like my Facebook page for the latest updates.
    **********************************************************
    ♥ Website - dcodemania.com
    ♥ Facebook Page - / dcodemania
    ♥ Myself On FB - / sahil4rock
    ♥ Instagram - / sahil4rock
    ♥ Twitter - / dcodemania
    **********************************************************

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

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

    excellent tutorial. waiting for next

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

    I waiting your next video? please uploade your next video. thank you.💐

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

    Hello.
    I don't understand your language but I'm going with the project.
    Please finish it.

  • @inspireofbd
    @inspireofbd 3 месяца назад +1

    Nice tutorial 💐💐💐

  • @rajendraparmar1501
    @rajendraparmar1501 3 месяца назад

    Sirji, Great work!!! Hats off to you, my humble request to you please cover the product variations like(Color, Size), etc if it's possible. waiting for next.

  • @jesikagurung4465
    @jesikagurung4465 3 месяца назад +1

    Hello, how are you? Been more than 7 days since you last posted. Hope you are well.

    • @DCodeMania
      @DCodeMania  3 месяца назад

      Actually I'm sick, that's why I'm not able to record video. But I'll try to upload soon.

    • @jesikagurung4465
      @jesikagurung4465 3 месяца назад

      @@DCodeMania ohh ok. Hoping for a speedy recovery 🤗

  • @leocincint2149
    @leocincint2149 22 дня назад +1

    bug on qty - fix:
    $cart_items[$existing_item]['quantity'] = $qty + $item['quantity'];
    and
    'total_amount' => $product->price * $qty,

  • @amrittimsina3762
    @amrittimsina3762 3 месяца назад +1

    Having problem installing filament in laravel 11

    • @DCodeMania
      @DCodeMania  3 месяца назад

      I still not tried Filamentphp 3 with Laravel 11. What exact issue you are facing while installing???