Laravel 9 Ecommerce - Part 13: Add Colors to Product with Quantity in Laravel 9

preview_player
Показать описание
In this video, I have taught how to add colors to the product with color quantity in laravel 9. where we are using a checkbox to select the colors and an input box for quantity to get the checked color quantity.
insert multiple checkbox data with input in laravel 9.

Part 14: Edit, Update, Delete Product Color with Quantity using Ajax

Рекомендации по теме
Комментарии
Автор

Hi 👋 brother please 🙏 continue this course is so awesome 👌 and it helps me to create more projects please continue 🙏 ❤

AG-GAMER
Автор

Also please add payment options gateway can you add all the things complete video series.

googleuser
Автор

Thank you for this awesome course, please add product color and size with quantity on Shirt category...

rezadwipramana
Автор

You are going to complete this video series can you add payment options also with this.

googleuser
Автор

nice but recently most junior developers want javascript frameworks or libraries i would like to use laravel with react or vue as frontend to become fast.

ilyaasomar
Автор

hi sir, when i click add product other items are also displayed, please help me, thanks

ThinhNguyen-fslo
Автор

hello sir can you tech how to add multi image with multi col in mysql database use laravel?

aarnonpro
Автор

nice sir add product attributes image slider and add to cart color and size select add to card wirh jquery ajax

ShahzaibKhan-whhh
Автор

please upload new video following this seriese

professor
Автор

Method does not exist.
When I changed quantity to colorquantity it shows this error please help me

usamaaleem
Автор

This tutorial needs more detailing plz modify so we can understanding the code more efficenrly

shwetasanghavi
Автор

Please we are waiting for 14. Please finish it.. please

abanwaraphael
Автор

($request->colors as $key => $color) and
Color: <input type="checkbox" name="colors[{{ $coloritem->id }}]"
value="{{ $coloritem->id }}">

Helloo. can you explain to me, $key is => name="colors[{{ $coloritem->id }}]" ? it means id. What is value for $color? $key => $color
According to this, value is also id? value="{{ $coloritem->id }}">

brankoblesicjr.