I am saying that I want to add add to cart, so before carting the add to me, the size said to me that please select a size, how do I do the size validation when I am adding product in cart?

|
Krish9773 2021-01-15 22:59:05
kishor10d 2021-01-15 22:40:27
No context bro, what you are asking for. We people here to help each other, it doesn’t mean that we can achieve your requirements completely.

You have to walk alone, we just let you know about the road blocks.

No bro i am not talking about email template

Krish9773 2021-01-15 22:59:47
I am just saying that how to validate size in select option
Krish9773 2021-01-15 23:01:29
Like example i am just going to in ecommerce website add to cart a product but i am not selecting any size so the size is validate me that please select a size then add to product into cart
Krish9773 2021-01-15 23:01:51
Its my problem basically please tell me how i handle
Krish9773 2021-01-15 23:02:07
And required attribute is not working
bayunoer 2021-01-16 05:27:15
codeslide-23235.jpg
How to print in array $a1 only 50 and 500 sir…?
AbhikIsNoMore 2021-01-16 08:09:15
Is anyone know c# ?? Pls help me
RiteshBhavsar 2021-01-16 08:14:49
AbhikIsNoMore 2021-01-16 08:09:15
Is anyone know c# ?? Pls help me

Wrong group

AbhikIsNoMore 2021-01-16 08:15:09
RiteshBhavsar 2021-01-16 08:14:49
Wrong group

You have any group for c#

CRUD_Mehra 2021-01-16 09:10:42
kishor10d 2021-01-15 11:02:18
I need realtime commenting system in my AngularJS app back then. That time I integrate this in CodeIgniter app.

But according to my experience back then, websockets are really tough to awake all the time, you need to assign them separate port, run as a service all time and need to ping them in regular interval. If found idle, websocket stop the service.

Okay thanks….

Temandrew 2021-01-16 09:19:54
Good morning, to all
Please I need help on PHP
Where can I start
Temandrew 2021-01-16 09:20:04
Any books to read 📖?
2021-01-16 09:25:00
Krish9773 2021-01-15 22:59:47
I am just saying that how to validate size in select option

Bro mail templete is like a html temple so , you need to have a good knowledge of html

Khaldoon_1982 2021-01-16 09:30:46
Hello, anybody knows how to integrate with ms azure using soap ?
Khaldoon_1982 2021-01-16 09:31:06
I mean have anyone been through this experience?
Temandrew 2021-01-16 09:31:06
2021-01-16 09:25:00
Bro mail templete is like a html temple so , you need to have a good knowledge of html

So how can I go about it?

Temandrew 2021-01-16 09:32:06
Khaldoon_1982 2021-01-16 09:31:06
I mean have anyone been through this experience?

No

kishor10d 2021-01-16 09:39:14
CRUD_Mehra 2021-01-16 09:10:42
Okay thanks….

Done????

Krish9773 2021-01-16 09:39:24
No anyone can understand my problem
2021-01-16 09:39:40
Krish9773 2021-01-16 09:39:24
No anyone can understand my problem

What is you problem 😌

CRUD_Mehra 2021-01-16 09:39:54
kishor10d 2021-01-16 09:39:14
Done????

Not yet…. I will start on Monday…

kishor10d 2021-01-16 09:40:12
Krish9773 2021-01-16 09:39:24
No anyone can understand my problem

You are not telling us your problem.

You asked about email template
Then validation

kishor10d 2021-01-16 09:40:46
Krish9773 2021-01-15 17:53:00
Email template please give me

Then what is this??

RiteshBhavsar 2021-01-16 09:41:29
You want emal tample, add to cart problem and that array problem
RiteshBhavsar 2021-01-16 09:41:41
Just ask any one and resolve it
Krish9773 2021-01-16 09:41:42
kishor10d 2021-01-16 09:40:46
Then what is this??

I am not telling about email template

Krish9773 2021-01-16 09:41:57
Wait i explain in brief
RiteshBhavsar 2021-01-16 09:42:08
Krish9773 2021-01-15 17:53:00
Email template please give me

Then who have asked this?

Krish9773 2021-01-16 09:43:38
I am saying that I want to add add to cart, so before carting the add to me, the size said to me that please select a size, how do I do the size validation when I am adding product in cart?
kishor10d 2021-01-16 09:43:51
Krish9773 2021-01-15 23:01:29
Like example i am just going to in ecommerce website add to cart a product but i am not selecting any size so the size is validate me that please select a size then add to product into cart

For this specific problem, you need to provide information like

1. Your validation library or only HTML5 validation
2. Is that your size drop-down generated dynamically?

Krish9773 2021-01-16 09:44:47
Krish9773 2021-01-16 09:43:38
I am saying that I want to add add to cart, so before carting the add to me, the size said to me that please select a size, how do I do the size validation when I am adding product in cart?

.read this

kishor10d 2021-01-16 09:47:20
Where r the details I am asking for??
kishor10d 2021-01-16 09:50:19
It is just simple thing to do required field validation if I am going to procide you solution without knowing your use case

$(‘#add_to_cart’).click(function(){

if((‘#size’).val() ==”) {
alert(‘please select size’);
}
});

Rumi Sengupta 2021-01-16 09:50:25
Any PHP expert available here for advice
kishor10d 2021-01-16 09:50:30
Go for it
|