Flower Pattern Jutti
₹650.00
add_filter('woocommerce_checkout_fields', function($fields) {
$required_fields = [
'billing_first_name',
'billing_phone',
'billing_address_1',
'billing_city',
'billing_state',
'billing_postcode'
];
foreach ($required_fields as $field) {
if (isset($fields['billing'][$field])) {
$fields['billing'][$field]['required'] = true;
}
}
$fields['billing']['billing_address_1']['label'] = 'Complete Address';
$fields['billing']['billing_address_1']['placeholder'] = 'House no, street, area, landmark';
$fields['billing']['billing_address_2']['label'] = 'Area / Locality / Landmark';
$fields['billing']['billing_address_2']['placeholder'] = 'Nearby landmark or locality';
$fields['billing']['billing_address_2']['required'] = true;
return $fields;
});
add_action('woocommerce_after_checkout_validation', function($data, $errors) {
$address1 = trim($data['billing_address_1'] ?? '');
$address2 = trim($data['billing_address_2'] ?? '');
$city = trim($data['billing_city'] ?? '');
$postcode = trim($data['billing_postcode'] ?? '');
$phone = trim($data['billing_phone'] ?? '');
$bad_values = ['na', 'n/a', 'no', 'none', '.', '-', 'same', 'ok', 'test'];
if (strlen($address1) < 15 || in_array(strtolower($address1), $bad_values)) {
$errors->add('address_error', 'Please enter your complete address with house number, street and area.');
}
if (strlen($address2) < 4 || in_array(strtolower($address2), $bad_values)) {
$errors->add('locality_error', 'Please enter area/locality or landmark.');
}
if (strlen($city) < 3 || in_array(strtolower($city), $bad_values)) {
$errors->add('city_error', 'Please enter a valid city name.');
}
if (!preg_match('/^[1-9][0-9]{5}$/', $postcode)) {
$errors->add('postcode_error', 'Please enter a valid 6 digit pincode.');
}
if (!preg_match('/^[6-9][0-9]{9}$/', $phone)) {
$errors->add('phone_error', 'Please enter a valid 10 digit Indian mobile number.');
}
}, 10, 2);
Kavya (verified owner) –
Super comfortable and fits perfectly. Will order more soon!
Anaya (verified owner) –
Super comfortable and fits perfectly. Will order more soon!
Sara (verified owner) –
The fabric feels so luxurious and the design is very elegant.
Aishwarya (verified owner) –
The clothing is both modern and timeless. Very happy with my purchase.
Aishwarya (verified owner) –
I’ve been recommending this brand to all my friends. Exceptional quality!
Kavya (verified owner) –
The clothing is both modern and timeless. Very happy with my purchase.
Meera (verified owner) –
The attention to detail is fantastic. Highly recommend!
Anjali (verified owner) –
The attention to detail is fantastic. Highly recommend!
Naina (verified owner) –
Fast delivery and the clothes fit like a dream. Highly satisfied!
Zara (verified owner) –
Fast delivery and the clothes fit like a dream. Highly satisfied!
Sara (verified owner) –
The attention to detail is fantastic. Highly recommend!
Kavya (verified owner) –
Great experience shopping here. The delivery was quick and the product exceeded expectations.
Khushi (verified owner) –
Fast delivery and the clothes fit like a dream. Highly satisfied!
Saanvi (verified owner) –
The fabric is soft and the cut is flattering. Couldn’t be happier!
Zara (verified owner) –
Such a beautiful collection! I had a hard time choosing just one piece.
Saanvi (verified owner) –
The clothes are true to size and look exactly like the pictures.
Aisha (verified owner) –
The clothing is both modern and timeless. Very happy with my purchase.
Meera (verified owner) –
The fabric feels so luxurious and the design is very elegant.
Riya (verified owner) –
The fabric feels so luxurious and the design is very elegant.
Ishita (verified owner) –
Amazing customer service and the product quality is unmatched.