Тёмный

Check Pin Code (Accept Specified Pin Codes Only) - WordPress WooCommerce Website | Shipping | Tamil 

VetBosSel
Подписаться 9 тыс.
Просмотров 63
50% 1

In this video I explained like how we restrict the pin codes for deliver the orders to the customers. It means accept orders only from the mentioned pin codes which is added from our end. And other pin codes are not validated and orders are not placed, if customers are enter some other pin codes which is not exist on our database.
#wordpress #woocommerce #shipping #websitedevelopement #ecommerce #tamil #pincode
The Source Code is
//Check Pincode
add_action('woocommerce_after_checkout_validation', 'validate_pincode_on_checkout');
function validate_pincode_on_checkout($fields) {
// Define your allowed pin codes
$allowed_pincodes = array('628702', '628703', '628203');
// Get the pincode entered by the customer
$billing_pincode = isset($_POST['billing_postcode']) ? sanitize_text_field($_POST['billing_postcode']) : '';
//$shipping_pincode = isset($_POST['shipping_postcode']) ? sanitize_text_field($_POST['shipping_postcode']) : '';
// Validate the pincode
if (!in_array($billing_pincode, $allowed_pincodes)) {
wc_add_notice('Sorry, Currently we do not deliver to your billing pincode.', 'error');
}
// if (!in_array($shipping_pincode, $allowed_pincodes)) {
// wc_add_notice('Currently we do not deliver to your billing pincode.', 'error');
// }
}

Опубликовано:

 

17 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@sanjaikumar6803
@sanjaikumar6803 Месяц назад
your mobile number sir
Далее
How to Create Entire Website with ChatGPT (No Coding)
15:15
How do you store FOOD in Italy
00:23
Просмотров 1,6 млн
13 Things To Remove From Your Website Immediately
12:33
How ChatGPT Built My App in Minutes 🤯
8:28
Просмотров 2,3 млн
How to use Google Drive in Tamil
23:04
Просмотров 93 тыс.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 938 тыс.
BEST Website Builder 2024 (My TOP Recommendation)
15:27
How do you store FOOD in Italy
00:23
Просмотров 1,6 млн